#4C122A

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

Shades of Blackberry #4C122A

Tints of Blackberry #4C122A

Color information

#4C122A (or 0x4C122A) is unknown color: approx Blackberry. HEX triplet: 4C, 12 and 2A. RGB value is (76,18,42). Sum of RGB (Red+Green+Blue) = 76+18+42=136 (18% of max value = 765). Red value is 76 (30.08% from 255 or 55.88% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 76 - color contains mainly: red. Hex color #4C122A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C122A is #B3EDD5. Grayscale: #262626. Windows color (decimal): -11791830 or 2757196. OLE color: 2757196.

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

Color convert

RGB761842-
CMYK00.760.450.70
HSL335.17º61.7%18.43%-
HSV(B)335.17º76.32%29.8%-
XYZ3.612.142.41-
YUV38.08130.22155.05-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 55.88%
GREEN value IS 18 (7.42% from 255) = 13.24%
BLUE value IS 42 (16.80% from 255) = 30.88%
R=55.88%
G=13.24%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.45
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76184200.760.450.70335.1761.718.43
Hex4C122A04C2D4614f3e12
Octal11422520114551065177622
Binary10011001001010101001001100101101100011010100111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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