Shades of Blackberry #420227
Tints of Blackberry #420227
RGB
CMYK
RGB Variations
Color information
#420227 (or 0x420227) is known color: Blackberry. HEX triplet: 42, 02 and 27. RGB value is (66,2,39). Sum of RGB (Red+Green+Blue) = 66+2+39=107 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.68% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 39 (15.62% from 255 or 36.45% from 107); Max value from RGB is 66 - color contains mainly: red. Hex color #420227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420227 is #BDFDD8. Grayscale: #191919. Windows color (decimal): -12451289 or 2556482. OLE color: 2556482.
HSL color Cylindrical-coordinate representation of color #420227: hue angle of 325.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 #420227 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 2 | 39 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.74 |
| HSL | 325.31º | 0.94% | 0.13% | - |
| HSV(B) | 325.31º | 0.97% | 0.26% | - |
| XYZ | 2.63 | 1.35 | 2.04 | - |
| YUV | 25.35 | 135.7 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 2 | 39 | 0 | 0.97 | 0.41 | 0.74 | 325.31 | 0.94 | 0.13 |
| Hex | 42 | 2 | 27 | 0 | 61 | 29 | 4A | 145 | 5E | D |
| Octal | 102 | 2 | 47 | 0 | 141 | 51 | 112 | 505 | 136 | 15 |
| Binary | 1000010 | 10 | 100111 | 0 | 1100001 | 101001 | 1001010 | 101000101 | 1011110 | 1101 |
Color Harmonies of #420227
Complementary color
Monochromatic Colors of #420227
Black with #420227
Text Example
Text Example
White with #420227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420227; }
p { color: rgb(66,2,39); }
H1.HeaderClassName
{
color: #420227;
}
.AnyTagClassName
{
color: #420227;
}
</style>
background-color css
<style>
a { background-color: #420227; }
a { background-color: rgb(66,2,39); }
div.DivClassName
{
background-color: #420227;
}
.BgClassName
{
background-color: #420227;
}
</style>
border-color css
<style>
span { border-color: #420227; }
span { border-color: rgb(66,2,39); }
td.TdClassName
{
border-color: #420227;
}
.TagClassName
{
border-color: #420227;
}
</style>