#420936

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

Shades of Blackberry #420936

Tints of Blackberry #420936

Color information

#420936 (or 0x420936) is unknown color: approx Blackberry. HEX triplet: 42, 09 and 36. RGB value is (66,9,54). Sum of RGB (Red+Green+Blue) = 66+9+54=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 54 (21.48% from 255 or 41.86% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #420936 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420936 is #BDF6C9. Grayscale: #1F1F1F. Windows color (decimal): -12449482 or 3541314. OLE color: 3541314.

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

Color convert

RGB66954-
CMYK00.860.180.74
HSL312.63º76%14.71%-
HSV(B)312.63º86.36%25.88%-
XYZ3.011.623.64-
YUV31.17140.88152.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.16%
GREEN value IS 9 (3.91% from 255) = 6.98%
BLUE value IS 54 (21.48% from 255) = 41.86%
R=51.16%
G=6.98%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6695400.860.180.74312.637614.71
Hex42936056124A1394cf
Octal102116601262211247111417
Binary100001010011101100101011010010100101010011100110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420936; }

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

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

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

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

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

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

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

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