Shades of Blackberry #420226
Tints of Blackberry #420226
RGB
CMYK
RGB Variations
Color information
#420226 (or 0x420226) is known color: Blackberry. HEX triplet: 42, 02 and 26. RGB value is (66,2,38). Sum of RGB (Red+Green+Blue) = 66+2+38=106 (14% of max value = 765). Red value is 66 (26.17% from 255 or 62.26% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 38 (15.23% from 255 or 35.85% from 106); Max value from RGB is 66 - color contains mainly: red. Hex color #420226 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420226 is #BDFDD9. Grayscale: #191919. Windows color (decimal): -12451290 or 2490946. OLE color: 2490946.
HSL color Cylindrical-coordinate representation of color #420226: hue angle of 326.25º 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 #420226 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 2 | 38 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.74 |
| HSL | 326.25º | 0.94% | 0.13% | - |
| HSV(B) | 326.25º | 0.97% | 0.26% | - |
| XYZ | 2.62 | 1.34 | 1.95 | - |
| YUV | 25.24 | 135.2 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 2 | 38 | 0 | 0.97 | 0.42 | 0.74 | 326.25 | 0.94 | 0.13 |
| Hex | 42 | 2 | 26 | 0 | 61 | 2A | 4A | 146 | 5E | D |
| Octal | 102 | 2 | 46 | 0 | 141 | 52 | 112 | 506 | 136 | 15 |
| Binary | 1000010 | 10 | 100110 | 0 | 1100001 | 101010 | 1001010 | 101000110 | 1011110 | 1101 |
Color Harmonies of #420226
Complementary color
Monochromatic Colors of #420226
Black with #420226
Text Example
Text Example
White with #420226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420226; }
p { color: rgb(66,2,38); }
H1.HeaderClassName
{
color: #420226;
}
.AnyTagClassName
{
color: #420226;
}
</style>
background-color css
<style>
a { background-color: #420226; }
a { background-color: rgb(66,2,38); }
div.DivClassName
{
background-color: #420226;
}
.BgClassName
{
background-color: #420226;
}
</style>
border-color css
<style>
span { border-color: #420226; }
span { border-color: rgb(66,2,38); }
td.TdClassName
{
border-color: #420226;
}
.TagClassName
{
border-color: #420226;
}
</style>