#4C0C2F

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

Shades of Blackberry #4C0C2F

Tints of Blackberry #4C0C2F

Color information

#4C0C2F (or 0x4C0C2F) is unknown color: approx Blackberry. HEX triplet: 4C, 0C and 2F. RGB value is (76,12,47). Sum of RGB (Red+Green+Blue) = 76+12+47=135 (17% of max value = 765). Red value is 76 (30.08% from 255 or 56.30% from 135); Green value is 12 (5.08% from 255 or 8.89% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0C2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0C2F is #B3F3D0. Grayscale: #232323. Windows color (decimal): -11793361 or 3083340. OLE color: 3083340.

HSL color Cylindrical-coordinate representation of color #4C0C2F: hue angle of 327.19º 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 #4C0C2F is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.70.

Color convert

RGB761247-
CMYK00.840.380.70
HSL327.19º72.73%17.25%-
HSV(B)327.19º84.21%29.8%-
XYZ3.6322.89-
YUV35.13134.7157.15-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 56.30%
GREEN value IS 12 (5.08% from 255) = 8.89%
BLUE value IS 47 (18.75% from 255) = 34.81%
R=56.30%
G=8.89%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.38
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76124700.840.380.70327.1972.7317.25
Hex4CC2F05426461474911
Octal114145701244610650711121
Binary10011001100101111010101001001101000110101000111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,12,47); }

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

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

 a { background-color: rgb(76,12,47); }

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

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

 span { border-color: rgb(76,12,47); }

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