#42052A

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

Shades of Blackberry #42052A

Tints of Blackberry #42052A

Color information

#42052A (or 0x42052A) is unknown color: approx Blackberry. HEX triplet: 42, 05 and 2A. RGB value is (66,5,42). Sum of RGB (Red+Green+Blue) = 66+5+42=113 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.41% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 66 - color contains mainly: red. Hex color #42052A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42052A is #BDFAD5. Grayscale: #1B1B1B. Windows color (decimal): -12450518 or 2753858. OLE color: 2753858.

HSL color Cylindrical-coordinate representation of color #42052A: hue angle of 323.61º 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 #42052A is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB66542-
CMYK00.920.360.74
HSL323.61º85.92%13.92%-
HSV(B)323.61º92.42%25.88%-
XYZ2.721.432.32-
YUV27.46136.21155.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 58.41%
GREEN value IS 5 (2.34% from 255) = 4.42%
BLUE value IS 42 (16.80% from 255) = 37.17%
R=58.41%
G=4.42%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6654200.920.360.74323.6185.9213.92
Hex4252A05C244A14456e
Octal10255201344411250412616
Binary100001010110101001011100100100100101010100010010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42052A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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