#4C112E

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

Shades of Blackberry #4C112E

Tints of Blackberry #4C112E

Color information

#4C112E (or 0x4C112E) is unknown color: approx Blackberry. HEX triplet: 4C, 11 and 2E. RGB value is (76,17,46). Sum of RGB (Red+Green+Blue) = 76+17+46=139 (18% of max value = 765). Red value is 76 (30.08% from 255 or 54.68% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 46 (18.36% from 255 or 33.09% from 139); Max value from RGB is 76 - color contains mainly: red. Hex color #4C112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C112E is #B3EED1. Grayscale: #252525. Windows color (decimal): -11792082 or 3019084. OLE color: 3019084.

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

Color convert

RGB761746-
CMYK00.780.390.70
HSL330.51º63.44%18.24%-
HSV(B)330.51º77.63%29.8%-
XYZ3.672.132.8-
YUV37.95132.55155.14-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 54.68%
GREEN value IS 17 (7.03% from 255) = 12.23%
BLUE value IS 46 (18.36% from 255) = 33.09%
R=54.68%
G=12.23%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.39
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76174600.780.390.70330.5163.4418.24
Hex4C112E04E274614b3f12
Octal11421560116471065137722
Binary10011001000110111001001110100111100011010100101111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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