#420F30

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

Shades of Blackberry #420F30

Tints of Blackberry #420F30

Color information

#420F30 (or 0x420F30) is unknown color: approx Blackberry. HEX triplet: 42, 0F and 30. RGB value is (66,15,48). Sum of RGB (Red+Green+Blue) = 66+15+48=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 15 (6.25% from 255 or 11.63% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #420F30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420F30 is #BDF0CF. Grayscale: #212121. Windows color (decimal): -12447952 or 3149634. OLE color: 3149634.

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

Color convert

RGB661548-
CMYK00.770.270.74
HSL321.18º62.96%15.88%-
HSV(B)321.18º77.27%25.88%-
XYZ2.951.712.97-
YUV34.01135.9150.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.16%
GREEN value IS 15 (6.25% from 255) = 11.63%
BLUE value IS 48 (19.14% from 255) = 37.21%
R=51.16%
G=11.63%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66154800.770.270.74321.1862.9615.88
Hex42F3004D1B4A1413f10
Octal10217600115331125017720
Binary100001011111100000100110111011100101010100000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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