Shades of Blackberry #420721
Tints of Blackberry #420721
RGB
CMYK
RGB Variations
Color information
#420721 (or 0x420721) is known color: Blackberry. HEX triplet: 42, 07 and 21. RGB value is (66,7,33). Sum of RGB (Red+Green+Blue) = 66+7+33=106 (14% of max value = 765). Red value is 66 (26.17% from 255 or 62.26% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 66 - color contains mainly: red. Hex color #420721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420721 is #BDF8DE. Grayscale: #1B1B1B. Windows color (decimal): -12450015 or 2164546. OLE color: 2164546.
HSL color Cylindrical-coordinate representation of color #420721: hue angle of 333.56º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #420721 is Cyan = 0, Magento = 0.89, Yellow = 0.5 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 7 | 33 | - |
| CMYK | 0 | 0.89 | 0.5 | 0.74 |
| HSL | 333.56º | 0.81% | 0.14% | - |
| HSV(B) | 333.56º | 0.89% | 0.26% | - |
| XYZ | 2.6 | 1.42 | 1.58 | - |
| YUV | 27.61 | 131.05 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 7 | 33 | 0 | 0.89 | 0.5 | 0.74 | 333.56 | 0.81 | 0.14 |
| Hex | 42 | 7 | 21 | 0 | 59 | 32 | 4A | 14E | 51 | E |
| Octal | 102 | 7 | 41 | 0 | 131 | 62 | 112 | 516 | 121 | 16 |
| Binary | 1000010 | 111 | 100001 | 0 | 1011001 | 110010 | 1001010 | 101001110 | 1010001 | 1110 |
Color Harmonies of #420721
Complementary color
Monochromatic Colors of #420721
Black with #420721
Text Example
Text Example
White with #420721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420721; }
p { color: rgb(66,7,33); }
H1.HeaderClassName
{
color: #420721;
}
.AnyTagClassName
{
color: #420721;
}
</style>
background-color css
<style>
a { background-color: #420721; }
a { background-color: rgb(66,7,33); }
div.DivClassName
{
background-color: #420721;
}
.BgClassName
{
background-color: #420721;
}
</style>
border-color css
<style>
span { border-color: #420721; }
span { border-color: rgb(66,7,33); }
td.TdClassName
{
border-color: #420721;
}
.TagClassName
{
border-color: #420721;
}
</style>