Shades of Blackberry #420B27
Tints of Blackberry #420B27
RGB
CMYK
RGB Variations
Color information
#420B27 (or 0x420B27) is known color: Blackberry. HEX triplet: 42, 0B and 27. RGB value is (66,11,39). Sum of RGB (Red+Green+Blue) = 66+11+39=116 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.90% from 116); Green value is 11 (4.69% from 255 or 9.48% from 116); Blue value is 39 (15.62% from 255 or 33.62% from 116); Max value from RGB is 66 - color contains mainly: red. Hex color #420B27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420B27 is #BDF4D8. Grayscale: #1E1E1E. Windows color (decimal): -12448985 or 2558786. OLE color: 2558786.
HSL color Cylindrical-coordinate representation of color #420B27: hue angle of 329.45º 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 #420B27 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 11 | 39 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.74 |
| HSL | 329.45º | 0.71% | 0.15% | - |
| HSV(B) | 329.45º | 0.83% | 0.26% | - |
| XYZ | 2.73 | 1.54 | 2.07 | - |
| YUV | 30.64 | 132.72 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 11 | 39 | 0 | 0.83 | 0.41 | 0.74 | 329.45 | 0.71 | 0.15 |
| Hex | 42 | B | 27 | 0 | 53 | 29 | 4A | 149 | 47 | F |
| Octal | 102 | 13 | 47 | 0 | 123 | 51 | 112 | 511 | 107 | 17 |
| Binary | 1000010 | 1011 | 100111 | 0 | 1010011 | 101001 | 1001010 | 101001001 | 1000111 | 1111 |
Color Harmonies of #420B27
Complementary color
Monochromatic Colors of #420B27
Black with #420B27
Text Example
Text Example
White with #420B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420B27; }
p { color: rgb(66,11,39); }
H1.HeaderClassName
{
color: #420B27;
}
.AnyTagClassName
{
color: #420B27;
}
</style>
background-color css
<style>
a { background-color: #420B27; }
a { background-color: rgb(66,11,39); }
div.DivClassName
{
background-color: #420B27;
}
.BgClassName
{
background-color: #420B27;
}
</style>
border-color css
<style>
span { border-color: #420B27; }
span { border-color: rgb(66,11,39); }
td.TdClassName
{
border-color: #420B27;
}
.TagClassName
{
border-color: #420B27;
}
</style>