#420436

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

Shades of Blackberry #420436

Tints of Blackberry #420436

Color information

#420436 (or 0x420436) is unknown color: approx Blackberry. HEX triplet: 42, 04 and 36. RGB value is (66,4,54). Sum of RGB (Red+Green+Blue) = 66+4+54=124 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.23% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 54 (21.48% from 255 or 43.55% from 124); Max value from RGB is 66 - color contains mainly: red. Hex color #420436 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420436 is #BDFBC9. Grayscale: #1C1C1C. Windows color (decimal): -12450762 or 3540034. OLE color: 3540034.

HSL color Cylindrical-coordinate representation of color #420436: hue angle of 311.61º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420436 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.74.

Color convert

RGB66454-
CMYK00.940.180.74
HSL311.61º88.57%13.73%-
HSV(B)311.61º93.94%25.88%-
XYZ2.961.513.63-
YUV28.24142.54154.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 53.23%
GREEN value IS 4 (1.95% from 255) = 3.23%
BLUE value IS 54 (21.48% from 255) = 43.55%
R=53.23%
G=3.23%
B=43.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6645400.940.180.74311.6188.5713.73
Hex4243605E124A13859e
Octal10246601362211247013116
Binary10000101001101100101111010010100101010011100010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420436; }

 p { color: rgb(66,4,54); }

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

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

 a { background-color: rgb(66,4,54); }

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

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

 span { border-color: rgb(66,4,54); }

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