#420E2F

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

Shades of Blackberry #420E2F

Tints of Blackberry #420E2F

Color information

#420E2F (or 0x420E2F) is unknown color: approx Blackberry. HEX triplet: 42, 0E and 2F. RGB value is (66,14,47). Sum of RGB (Red+Green+Blue) = 66+14+47=127 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.97% from 127); Green value is 14 (5.86% from 255 or 11.02% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 66 - color contains mainly: red. Hex color #420E2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420E2F is #BDF1D0. Grayscale: #212121. Windows color (decimal): -12448209 or 3083842. OLE color: 3083842.

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

Color convert

RGB661447-
CMYK00.790.290.74
HSL321.92º65%15.69%-
HSV(B)321.92º78.79%25.88%-
XYZ2.921.682.86-
YUV33.31135.73151.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.97%
GREEN value IS 14 (5.86% from 255) = 11.02%
BLUE value IS 47 (18.75% from 255) = 37.01%
R=51.97%
G=11.02%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66144700.790.290.74321.926515.69
Hex42E2F04F1D4A1424110
Octal102165701173511250210120
Binary1000010111010111101001111111011001010101000010100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,14,47); }

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

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

 a { background-color: rgb(66,14,47); }

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

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

 span { border-color: rgb(66,14,47); }

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