Shades of Blackberry #420B2F
Tints of Blackberry #420B2F
RGB
CMYK
RGB Variations
Color information
#420B2F (or 0x420B2F) is known color: Blackberry. HEX triplet: 42, 0B and 2F. RGB value is (66,11,47). Sum of RGB (Red+Green+Blue) = 66+11+47=124 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.23% from 124); Green value is 11 (4.69% from 255 or 8.87% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 66 - color contains mainly: red. Hex color #420B2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420B2F is #BDF4D0. Grayscale: #1F1F1F. Windows color (decimal): -12448977 or 3083074. OLE color: 3083074.
HSL color Cylindrical-coordinate representation of color #420B2F: hue angle of 320.73º 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 #420B2F is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 11 | 47 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.74 |
| HSL | 320.73º | 0.71% | 0.15% | - |
| HSV(B) | 320.73º | 0.83% | 0.26% | - |
| XYZ | 2.88 | 1.6 | 2.85 | - |
| YUV | 31.55 | 136.72 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 11 | 47 | 0 | 0.83 | 0.29 | 0.74 | 320.73 | 0.71 | 0.15 |
| Hex | 42 | B | 2F | 0 | 53 | 1D | 4A | 141 | 47 | F |
| Octal | 102 | 13 | 57 | 0 | 123 | 35 | 112 | 501 | 107 | 17 |
| Binary | 1000010 | 1011 | 101111 | 0 | 1010011 | 11101 | 1001010 | 101000001 | 1000111 | 1111 |
Color Harmonies of #420B2F
Complementary color
Monochromatic Colors of #420B2F
Black with #420B2F
Text Example
Text Example
White with #420B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420B2F; }
p { color: rgb(66,11,47); }
H1.HeaderClassName
{
color: #420B2F;
}
.AnyTagClassName
{
color: #420B2F;
}
</style>
background-color css
<style>
a { background-color: #420B2F; }
a { background-color: rgb(66,11,47); }
div.DivClassName
{
background-color: #420B2F;
}
.BgClassName
{
background-color: #420B2F;
}
</style>
border-color css
<style>
span { border-color: #420B2F; }
span { border-color: rgb(66,11,47); }
td.TdClassName
{
border-color: #420B2F;
}
.TagClassName
{
border-color: #420B2F;
}
</style>