Shades of Blackberry #420237
Tints of Blackberry #420237
RGB
CMYK
RGB Variations
Color information
#420237 (or 0x420237) is known color: Blackberry. HEX triplet: 42, 02 and 37. RGB value is (66,2,55). Sum of RGB (Red+Green+Blue) = 66+2+55=123 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.66% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 55 (21.88% from 255 or 44.72% from 123); Max value from RGB is 66 - color contains mainly: red. Hex color #420237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420237 is #BDFDC8. Grayscale: #1B1B1B. Windows color (decimal): -12451273 or 3605058. OLE color: 3605058.
HSL color Cylindrical-coordinate representation of color #420237: hue angle of 310.31º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #420237 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 2 | 55 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.74 |
| HSL | 310.31º | 0.94% | 0.13% | - |
| HSV(B) | 310.31º | 0.97% | 0.26% | - |
| XYZ | 2.96 | 1.48 | 3.74 | - |
| YUV | 27.18 | 143.7 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 2 | 55 | 0 | 0.97 | 0.17 | 0.74 | 310.31 | 0.94 | 0.13 |
| Hex | 42 | 2 | 37 | 0 | 61 | 11 | 4A | 136 | 5E | D |
| Octal | 102 | 2 | 67 | 0 | 141 | 21 | 112 | 466 | 136 | 15 |
| Binary | 1000010 | 10 | 110111 | 0 | 1100001 | 10001 | 1001010 | 100110110 | 1011110 | 1101 |
Color Harmonies of #420237
Complementary color
Monochromatic Colors of #420237
Black with #420237
Text Example
Text Example
White with #420237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420237; }
p { color: rgb(66,2,55); }
H1.HeaderClassName
{
color: #420237;
}
.AnyTagClassName
{
color: #420237;
}
</style>
background-color css
<style>
a { background-color: #420237; }
a { background-color: rgb(66,2,55); }
div.DivClassName
{
background-color: #420237;
}
.BgClassName
{
background-color: #420237;
}
</style>
border-color css
<style>
span { border-color: #420237; }
span { border-color: rgb(66,2,55); }
td.TdClassName
{
border-color: #420237;
}
.TagClassName
{
border-color: #420237;
}
</style>