Shades of Blackberry #420728
Tints of Blackberry #420728
RGB
CMYK
RGB Variations
Color information
#420728 (or 0x420728) is known color: Blackberry. HEX triplet: 42, 07 and 28. RGB value is (66,7,40). Sum of RGB (Red+Green+Blue) = 66+7+40=113 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.41% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 40 (16.02% from 255 or 35.40% from 113); Max value from RGB is 66 - color contains mainly: red. Hex color #420728 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420728 is #BDF8D7. Grayscale: #1C1C1C. Windows color (decimal): -12450008 or 2623298. OLE color: 2623298.
HSL color Cylindrical-coordinate representation of color #420728: hue angle of 326.44º 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 #420728 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 7 | 40 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.74 |
| HSL | 326.44º | 0.81% | 0.14% | - |
| HSV(B) | 326.44º | 0.89% | 0.26% | - |
| XYZ | 2.71 | 1.46 | 2.15 | - |
| YUV | 28.4 | 134.55 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 7 | 40 | 0 | 0.89 | 0.39 | 0.74 | 326.44 | 0.81 | 0.14 |
| Hex | 42 | 7 | 28 | 0 | 59 | 27 | 4A | 146 | 51 | E |
| Octal | 102 | 7 | 50 | 0 | 131 | 47 | 112 | 506 | 121 | 16 |
| Binary | 1000010 | 111 | 101000 | 0 | 1011001 | 100111 | 1001010 | 101000110 | 1010001 | 1110 |
Color Harmonies of #420728
Complementary color
Monochromatic Colors of #420728
Black with #420728
Text Example
Text Example
White with #420728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420728; }
p { color: rgb(66,7,40); }
H1.HeaderClassName
{
color: #420728;
}
.AnyTagClassName
{
color: #420728;
}
</style>
background-color css
<style>
a { background-color: #420728; }
a { background-color: rgb(66,7,40); }
div.DivClassName
{
background-color: #420728;
}
.BgClassName
{
background-color: #420728;
}
</style>
border-color css
<style>
span { border-color: #420728; }
span { border-color: rgb(66,7,40); }
td.TdClassName
{
border-color: #420728;
}
.TagClassName
{
border-color: #420728;
}
</style>