#4C112F

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

Shades of Blackberry #4C112F

Tints of Blackberry #4C112F

Color information

#4C112F (or 0x4C112F) is unknown color: approx Blackberry. HEX triplet: 4C, 11 and 2F. RGB value is (76,17,47). Sum of RGB (Red+Green+Blue) = 76+17+47=140 (18% of max value = 765). Red value is 76 (30.08% from 255 or 54.29% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 76 - color contains mainly: red. Hex color #4C112F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C112F is #B3EED0. Grayscale: #262626. Windows color (decimal): -11792081 or 3084620. OLE color: 3084620.

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

Color convert

RGB761747-
CMYK00.780.380.70
HSL329.49º63.44%18.24%-
HSV(B)329.49º77.63%29.8%-
XYZ3.692.142.91-
YUV38.06133.05155.06-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 54.29%
GREEN value IS 17 (7.03% from 255) = 12.14%
BLUE value IS 47 (18.75% from 255) = 33.57%
R=54.29%
G=12.14%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.38
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76174700.780.380.70329.4963.4418.24
Hex4C112F04E26461493f12
Octal11421570116461065117722
Binary10011001000110111101001110100110100011010100100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C112F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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