#422034

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

Shades of Blackberry #422034

Tints of Blackberry #422034

Color information

#422034 (or 0x422034) is unknown color: approx Blackberry. HEX triplet: 42, 20 and 34. RGB value is (66,32,52). Sum of RGB (Red+Green+Blue) = 66+32+52=150 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 52 (20.70% from 255 or 34.67% from 150); Max value from RGB is 66 - color contains mainly: red. Hex color #422034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422034 is #BDDFCB. Grayscale: #2C2C2C. Windows color (decimal): -12443596 or 3416130. OLE color: 3416130.

HSL color Cylindrical-coordinate representation of color #422034: hue angle of 324.71º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #422034 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB663252-
CMYK00.520.210.74
HSL324.71º34.69%19.22%-
HSV(B)324.71º51.52%25.88%-
XYZ3.382.443.54-
YUV44.45132.26143.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44%
GREEN value IS 32 (12.89% from 255) = 21.33%
BLUE value IS 52 (20.70% from 255) = 34.67%
R=44%
G=21.33%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66325200.520.210.74324.7134.6919.22
Hex422034034154A1452313
Octal1024064064251125054323
Binary1000010100000110100011010010101100101010100010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422034; }

 p { color: rgb(66,32,52); }

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

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

 a { background-color: rgb(66,32,52); }

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

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

 span { border-color: rgb(66,32,52); }

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