#420F36

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

Shades of Blackberry #420F36

Tints of Blackberry #420F36

Color information

#420F36 (or 0x420F36) is unknown color: approx Blackberry. HEX triplet: 42, 0F and 36. RGB value is (66,15,54). Sum of RGB (Red+Green+Blue) = 66+15+54=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 15 (6.25% from 255 or 11.11% from 135); Blue value is 54 (21.48% from 255 or 40% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #420F36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420F36 is #BDF0C9. Grayscale: #222222. Windows color (decimal): -12447946 or 3542850. OLE color: 3542850.

HSL color Cylindrical-coordinate representation of color #420F36: hue angle of 314.12º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #420F36 is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.74.

Color convert

RGB661554-
CMYK00.770.180.74
HSL314.12º62.96%15.88%-
HSV(B)314.12º77.27%25.88%-
XYZ3.081.773.67-
YUV34.7138.9150.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.89%
GREEN value IS 15 (6.25% from 255) = 11.11%
BLUE value IS 54 (21.48% from 255) = 40%
R=48.89%
G=11.11%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66155400.770.180.74314.1262.9615.88
Hex42F3604D124A13a3f10
Octal10217660115221124727720
Binary100001011111101100100110110010100101010011101011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420F36; }

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

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

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

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

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

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

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

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