#42052C

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

Shades of Blackberry #42052C

Tints of Blackberry #42052C

Color information

#42052C (or 0x42052C) is unknown color: approx Blackberry. HEX triplet: 42, 05 and 2C. RGB value is (66,5,44). Sum of RGB (Red+Green+Blue) = 66+5+44=115 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.39% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 44 (17.58% from 255 or 38.26% from 115); Max value from RGB is 66 - color contains mainly: red. Hex color #42052C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42052C is #BDFAD3. Grayscale: #1B1B1B. Windows color (decimal): -12450516 or 2884930. OLE color: 2884930.

HSL color Cylindrical-coordinate representation of color #42052C: hue angle of 321.64º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #42052C is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB66544-
CMYK00.920.330.74
HSL321.64º85.92%13.92%-
HSV(B)321.64º92.42%25.88%-
XYZ2.761.452.52-
YUV27.68137.21155.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 57.39%
GREEN value IS 5 (2.34% from 255) = 4.35%
BLUE value IS 44 (17.58% from 255) = 38.26%
R=57.39%
G=4.35%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6654400.920.330.74321.6485.9213.92
Hex4252C05C214A14256e
Octal10255401344111250212616
Binary100001010110110001011100100001100101010100001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42052C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42052C; }

 p { color: rgb(66,5,44); }

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

<style>
 a { background-color: #42052C; }

 a { background-color: rgb(66,5,44); }

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

<style>
 span { border-color: #42052C; }

 span { border-color: rgb(66,5,44); }

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