#4C122B

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

Shades of Blackberry #4C122B

Tints of Blackberry #4C122B

Color information

#4C122B (or 0x4C122B) is unknown color: approx Blackberry. HEX triplet: 4C, 12 and 2B. RGB value is (76,18,43). Sum of RGB (Red+Green+Blue) = 76+18+43=137 (18% of max value = 765). Red value is 76 (30.08% from 255 or 55.47% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 76 - color contains mainly: red. Hex color #4C122B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C122B is #B3EDD4. Grayscale: #262626. Windows color (decimal): -11791829 or 2822732. OLE color: 2822732.

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

Color convert

RGB761843-
CMYK00.760.430.70
HSL334.14º61.7%18.43%-
HSV(B)334.14º76.32%29.8%-
XYZ3.632.142.51-
YUV38.19130.72154.97-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 55.47%
GREEN value IS 18 (7.42% from 255) = 13.14%
BLUE value IS 43 (17.19% from 255) = 31.39%
R=55.47%
G=13.14%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.43
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76184300.760.430.70334.1461.718.43
Hex4C122B04C2B4614e3e12
Octal11422530114531065167622
Binary10011001001010101101001100101011100011010100111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C122B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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