#4c112a

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

Shades of Blackberry #4C112A

Tints of Blackberry #4C112A

Color information

#4C112A (or 0x4C112A) is unknown color: approx Blackberry. HEX triplet: 4C, 11 and 2A. RGB value is (76,17,42). Sum of RGB (Red+Green+Blue) = 76+17+42=135 (17% of max value = 765). Red value is 76 (30.08% from 255 or 56.30% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 76 - color contains mainly: red. Hex color #4C112A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C112A is #B3EED5. Grayscale: #252525. Windows color (decimal): -11792086 or 2756940. OLE color: 2756940.

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

Color convert

RGB761742-
CMYK00.780.450.70
HSL334.58º63.44%18.24%-
HSV(B)334.58º77.63%29.8%-
XYZ3.62.12.41-
YUV37.49130.55155.47-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 56.30%
GREEN value IS 17 (7.03% from 255) = 12.59%
BLUE value IS 42 (16.80% from 255) = 31.11%
R=56.30%
G=12.59%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.45
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76174200.780.450.70334.5863.4418.24
Hex4C112A04E2D4614f3f12
Octal11421520116551065177722
Binary10011001000110101001001110101101100011010100111111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c112a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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