#420B2A

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

Shades of Blackberry #420B2A

Tints of Blackberry #420B2A

Color information

#420B2A (or 0x420B2A) is unknown color: approx Blackberry. HEX triplet: 42, 0B and 2A. RGB value is (66,11,42). Sum of RGB (Red+Green+Blue) = 66+11+42=119 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.46% from 119); Green value is 11 (4.69% from 255 or 9.24% from 119); Blue value is 42 (16.80% from 255 or 35.29% from 119); Max value from RGB is 66 - color contains mainly: red. Hex color #420B2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420B2A is #BDF4D5. Grayscale: #1E1E1E. Windows color (decimal): -12448982 or 2755394. OLE color: 2755394.

HSL color Cylindrical-coordinate representation of color #420B2A: hue angle of 326.18º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #420B2A is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB661142-
CMYK00.830.360.74
HSL326.18º71.43%15.1%-
HSV(B)326.18º83.33%25.88%-
XYZ2.781.562.35-
YUV30.98134.22152.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 55.46%
GREEN value IS 11 (4.69% from 255) = 9.24%
BLUE value IS 42 (16.80% from 255) = 35.29%
R=55.46%
G=9.24%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66114200.830.360.74326.1871.4315.1
Hex42B2A053244A14647f
Octal102135201234411250610717
Binary1000010101110101001010011100100100101010100011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,11,42); }

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

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

 a { background-color: rgb(66,11,42); }

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

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

 span { border-color: rgb(66,11,42); }

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