#422033

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

Shades of Blackberry #422033

Tints of Blackberry #422033

Color information

#422033 (or 0x422033) is unknown color: approx Blackberry. HEX triplet: 42, 20 and 33. RGB value is (66,32,51). Sum of RGB (Red+Green+Blue) = 66+32+51=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 51 (20.31% from 255 or 34.23% from 149); Max value from RGB is 66 - color contains mainly: red. Hex color #422033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422033 is #BDDFCC. Grayscale: #2C2C2C. Windows color (decimal): -12443597 or 3350594. OLE color: 3350594.

HSL color Cylindrical-coordinate representation of color #422033: hue angle of 326.47º 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 #422033 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.74.

Color convert

RGB663251-
CMYK00.520.230.74
HSL326.47º34.69%19.22%-
HSV(B)326.47º51.52%25.88%-
XYZ3.362.433.42-
YUV44.33131.76143.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.30%
GREEN value IS 32 (12.89% from 255) = 21.48%
BLUE value IS 51 (20.31% from 255) = 34.23%
R=44.30%
G=21.48%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66325100.520.230.74326.4734.6919.22
Hex422033034174A1462313
Octal1024063064271125064323
Binary1000010100000110011011010010111100101010100011010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422033; }

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

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

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

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

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

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

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

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