#4D103D

Color #4D103D Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #4D103D

Tints of Blackberry #4D103D

Color information

#4D103D (or 0x4D103D) is unknown color: approx Blackberry. HEX triplet: 4D, 10 and 3D. RGB value is (77,16,61). Sum of RGB (Red+Green+Blue) = 77+16+61=154 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50% from 154); Green value is 16 (6.64% from 255 or 10.39% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 77 - color contains mainly: red. Hex color #4D103D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D103D is #B2EFC2. Grayscale: #272727. Windows color (decimal): -11726787 or 4001869. OLE color: 4001869.

HSL color Cylindrical-coordinate representation of color #4D103D: hue angle of 315.74º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D103D is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB771661-
CMYK00.790.210.70
HSL315.74º65.59%18.24%-
HSV(B)315.74º79.22%30.2%-
XYZ4.092.294.64-
YUV39.37140.21154.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 77 (30.47% from 255) = 50%
GREEN value IS 16 (6.64% from 255) = 10.39%
BLUE value IS 61 (24.22% from 255) = 39.61%
R=50%
G=10.39%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.21
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77166100.790.210.70315.7465.5918.24
Hex4D103D04F154613c4212
Octal115207501172510647410222
Binary10011011000011110101001111101011000110100111100100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D103D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D103D; }

 p { color: rgb(77,16,61); }

 H1.HeaderClassName
 {
   color: #4D103D;
 }
 .AnyTagClassName
 {
   color: #4D103D;
 }
</style>
background-color css

<style>
 a { background-color: #4D103D; }

 a { background-color: rgb(77,16,61); }

 div.DivClassName
 {
   background-color: #4D103D;
 }
 .BgClassName
 {
   background-color: #4D103D;
 }
</style>
border-color css

<style>
 span { border-color: #4D103D; }

 span { border-color: rgb(77,16,61); }

 td.TdClassName
 {
   border-color: #4D103D;
 }
 .TagClassName
 {
   border-color: #4D103D;
 }
</style>