#4D0C35

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

Shades of Blackberry #4D0C35

Tints of Blackberry #4D0C35

Color information

#4D0C35 (or 0x4D0C35) is unknown color: approx Blackberry. HEX triplet: 4D, 0C and 35. RGB value is (77,12,53). Sum of RGB (Red+Green+Blue) = 77+12+53=142 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.23% from 142); Green value is 12 (5.08% from 255 or 8.45% from 142); Blue value is 53 (21.09% from 255 or 37.32% from 142); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0C35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0C35 is #B2F3CA. Grayscale: #242424. Windows color (decimal): -11727819 or 3476557. OLE color: 3476557.

HSL color Cylindrical-coordinate representation of color #4D0C35: hue angle of 322.15º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D0C35 is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.70.

Color convert

RGB771253-
CMYK00.840.310.70
HSL322.15º73.03%17.45%-
HSV(B)322.15º84.42%30.2%-
XYZ3.832.13.57-
YUV36.11137.53157.17-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 54.23%
GREEN value IS 12 (5.08% from 255) = 8.45%
BLUE value IS 53 (21.09% from 255) = 37.32%
R=54.23%
G=8.45%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.31
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77125300.840.310.70322.1573.0317.45
Hex4DC350541F461424911
Octal115146501243710650211121
Binary1001101110011010101010100111111000110101000010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,12,53); }

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

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

 a { background-color: rgb(77,12,53); }

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

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

 span { border-color: rgb(77,12,53); }

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