#420920

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

Shades of Blackberry #420920

Tints of Blackberry #420920

Color information

#420920 (or 0x420920) is unknown color: approx Blackberry. HEX triplet: 42, 09 and 20. RGB value is (66,9,32). Sum of RGB (Red+Green+Blue) = 66+9+32=107 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.68% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 32 (12.89% from 255 or 29.91% from 107); Max value from RGB is 66 - color contains mainly: red. Hex color #420920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420920 is #BDF6DF. Grayscale: #1C1C1C. Windows color (decimal): -12449504 or 2099522. OLE color: 2099522.

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

Color convert

RGB66932-
CMYK00.860.520.74
HSL335.79º76%14.71%-
HSV(B)335.79º86.36%25.88%-
XYZ2.611.461.51-
YUV28.66129.88154.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 61.68%
GREEN value IS 9 (3.91% from 255) = 8.41%
BLUE value IS 32 (12.89% from 255) = 29.91%
R=61.68%
G=8.41%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6693200.860.520.74335.797614.71
Hex42920056344A1504cf
Octal102114001266411252011417
Binary1000010100110000001010110110100100101010101000010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420920; }

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

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

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

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

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

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

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

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