#420F38

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

Shades of Blackberry #420F38

Tints of Blackberry #420F38

Color information

#420F38 (or 0x420F38) is unknown color: approx Blackberry. HEX triplet: 42, 0F and 38. RGB value is (66,15,56). Sum of RGB (Red+Green+Blue) = 66+15+56=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 15 (6.25% from 255 or 10.95% from 137); Blue value is 56 (22.27% from 255 or 40.88% from 137); Max value from RGB is 66 - color contains mainly: red. Hex color #420F38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420F38 is #BDF0C7. Grayscale: #222222. Windows color (decimal): -12447944 or 3673922. OLE color: 3673922.

HSL color Cylindrical-coordinate representation of color #420F38: hue angle of 311.76º 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 #420F38 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB661556-
CMYK00.770.150.74
HSL311.76º62.96%15.88%-
HSV(B)311.76º77.27%25.88%-
XYZ3.131.793.92-
YUV34.92139.9150.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.18%
GREEN value IS 15 (6.25% from 255) = 10.95%
BLUE value IS 56 (22.27% from 255) = 40.88%
R=48.18%
G=10.95%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66155600.770.150.74311.7662.9615.88
Hex42F3804DF4A1383f10
Octal10217700115171124707720
Binary10000101111111000010011011111100101010011100011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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