#4A122C

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

Shades of Blackberry #4A122C

Tints of Blackberry #4A122C

Color information

#4A122C (or 0x4A122C) is unknown color: approx Blackberry. HEX triplet: 4A, 12 and 2C. RGB value is (74,18,44). Sum of RGB (Red+Green+Blue) = 74+18+44=136 (18% of max value = 765). Red value is 74 (29.30% from 255 or 54.41% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 74 - color contains mainly: red. Hex color #4A122C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A122C is #B5EDD3. Grayscale: #252525. Windows color (decimal): -11922900 or 2888266. OLE color: 2888266.

HSL color Cylindrical-coordinate representation of color #4A122C: hue angle of 332.14º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A122C is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB741844-
CMYK00.760.410.71
HSL332.14º60.87%18.04%-
HSV(B)332.14º75.68%29.02%-
XYZ3.492.072.6-
YUV37.71131.55153.89-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 54.41%
GREEN value IS 18 (7.42% from 255) = 13.24%
BLUE value IS 44 (17.58% from 255) = 32.35%
R=54.41%
G=13.24%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74184400.760.410.71332.1460.8718.04
Hex4A122C04C294714c3d12
Octal11222540114511075147522
Binary10010101001010110001001100101001100011110100110011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,18,44); }

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

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

 a { background-color: rgb(74,18,44); }

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

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

 span { border-color: rgb(74,18,44); }

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