Shades of Blackberry #420B33
Tints of Blackberry #420B33
RGB
CMYK
RGB Variations
Color information
#420B33 (or 0x420B33) is known color: Blackberry. HEX triplet: 42, 0B and 33. RGB value is (66,11,51). Sum of RGB (Red+Green+Blue) = 66+11+51=128 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.56% from 128); Green value is 11 (4.69% from 255 or 8.59% from 128); Blue value is 51 (20.31% from 255 or 39.84% from 128); Max value from RGB is 66 - color contains mainly: red. Hex color #420B33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420B33 is #BDF4CC. Grayscale: #1F1F1F. Windows color (decimal): -12448973 or 3345218. OLE color: 3345218.
HSL color Cylindrical-coordinate representation of color #420B33: hue angle of 316.36º 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 #420B33 is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 11 | 51 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.74 |
| HSL | 316.36º | 0.71% | 0.15% | - |
| HSV(B) | 316.36º | 0.83% | 0.26% | - |
| XYZ | 2.96 | 1.64 | 3.29 | - |
| YUV | 32.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 11 | 51 | 0 | 0.83 | 0.23 | 0.74 | 316.36 | 0.71 | 0.15 |
| Hex | 42 | B | 33 | 0 | 53 | 17 | 4A | 13C | 47 | F |
| Octal | 102 | 13 | 63 | 0 | 123 | 27 | 112 | 474 | 107 | 17 |
| Binary | 1000010 | 1011 | 110011 | 0 | 1010011 | 10111 | 1001010 | 100111100 | 1000111 | 1111 |
Color Harmonies of #420B33
Complementary color
Monochromatic Colors of #420B33
Black with #420B33
Text Example
Text Example
White with #420B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420B33; }
p { color: rgb(66,11,51); }
H1.HeaderClassName
{
color: #420B33;
}
.AnyTagClassName
{
color: #420B33;
}
</style>
background-color css
<style>
a { background-color: #420B33; }
a { background-color: rgb(66,11,51); }
div.DivClassName
{
background-color: #420B33;
}
.BgClassName
{
background-color: #420B33;
}
</style>
border-color css
<style>
span { border-color: #420B33; }
span { border-color: rgb(66,11,51); }
td.TdClassName
{
border-color: #420B33;
}
.TagClassName
{
border-color: #420B33;
}
</style>