#4C0B2C

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

Shades of Blackberry #4C0B2C

Tints of Blackberry #4C0B2C

Color information

#4C0B2C (or 0x4C0B2C) is unknown color: approx Blackberry. HEX triplet: 4C, 0B and 2C. RGB value is (76,11,44). Sum of RGB (Red+Green+Blue) = 76+11+44=131 (17% of max value = 765). Red value is 76 (30.08% from 255 or 58.02% from 131); Green value is 11 (4.69% from 255 or 8.40% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0B2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0B2C is #B3F4D3. Grayscale: #222222. Windows color (decimal): -11793620 or 2886476. OLE color: 2886476.

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

Color convert

RGB761144-
CMYK00.860.420.70
HSL329.54º74.71%17.06%-
HSV(B)329.54º85.53%29.8%-
XYZ3.551.962.57-
YUV34.2133.53157.82-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 58.02%
GREEN value IS 11 (4.69% from 255) = 8.40%
BLUE value IS 44 (17.58% from 255) = 33.59%
R=58.02%
G=8.40%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76114400.860.420.70329.5474.7117.06
Hex4CB2C0562A4614a4b11
Octal114135401265210651211321
Binary10011001011101100010101101010101000110101001010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,11,44); }

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

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

 a { background-color: rgb(76,11,44); }

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

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

 span { border-color: rgb(76,11,44); }

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