#420820

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

Shades of Blackberry #420820

Tints of Blackberry #420820

Color information

#420820 (or 0x420820) is unknown color: approx Blackberry. HEX triplet: 42, 08 and 20. RGB value is (66,8,32). Sum of RGB (Red+Green+Blue) = 66+8+32=106 (14% of max value = 765). Red value is 66 (26.17% from 255 or 62.26% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 32 (12.89% from 255 or 30.19% from 106); Max value from RGB is 66 - color contains mainly: red. Hex color #420820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420820 is #BDF7DF. Grayscale: #1C1C1C. Windows color (decimal): -12449760 or 2099266. OLE color: 2099266.

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

Color convert

RGB66832-
CMYK00.880.520.74
HSL335.17º78.38%14.51%-
HSV(B)335.17º87.88%25.88%-
XYZ2.591.441.51-
YUV28.08130.22155.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 62.26%
GREEN value IS 8 (3.52% from 255) = 7.55%
BLUE value IS 32 (12.89% from 255) = 30.19%
R=62.26%
G=7.55%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6683200.880.520.74335.1778.3814.51
Hex42820058344A14f4ef
Octal102104001306411251711617
Binary1000010100010000001011000110100100101010100111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420820; }

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

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

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

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

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

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

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

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