#4C0F3C

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

Shades of Blackberry #4C0F3C

Tints of Blackberry #4C0F3C

Color information

#4C0F3C (or 0x4C0F3C) is unknown color: approx Blackberry. HEX triplet: 4C, 0F and 3C. RGB value is (76,15,60). Sum of RGB (Red+Green+Blue) = 76+15+60=151 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50.33% from 151); Green value is 15 (6.25% from 255 or 9.93% from 151); Blue value is 60 (23.83% from 255 or 39.74% from 151); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0F3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0F3C is #B3F0C3. Grayscale: #262626. Windows color (decimal): -11792580 or 3936076. OLE color: 3936076.

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

Color convert

RGB761560-
CMYK00.800.210.70
HSL315.74º67.03%17.84%-
HSV(B)315.74º80.26%29.8%-
XYZ3.972.24.49-
YUV38.37140.21154.84-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 50.33%
GREEN value IS 15 (6.25% from 255) = 9.93%
BLUE value IS 60 (23.83% from 255) = 39.74%
R=50.33%
G=9.93%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.21
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76156000.800.210.70315.7467.0317.84
Hex4CF3C050154613c4312
Octal114177401202510647410322
Binary1001100111111110001010000101011000110100111100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,15,60); }

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

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

 a { background-color: rgb(76,15,60); }

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

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

 span { border-color: rgb(76,15,60); }

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