Shades of Blackberry #420528
Tints of Blackberry #420528
RGB
CMYK
RGB Variations
Color information
#420528 (or 0x420528) is known color: Blackberry. HEX triplet: 42, 05 and 28. RGB value is (66,5,40). Sum of RGB (Red+Green+Blue) = 66+5+40=111 (14% of max value = 765). Red value is 66 (26.17% from 255 or 59.46% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 40 (16.02% from 255 or 36.04% from 111); Max value from RGB is 66 - color contains mainly: red. Hex color #420528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420528 is #BDFAD7. Grayscale: #1B1B1B. Windows color (decimal): -12450520 or 2622786. OLE color: 2622786.
HSL color Cylindrical-coordinate representation of color #420528: hue angle of 325.57º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #420528 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 5 | 40 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.74 |
| HSL | 325.57º | 0.86% | 0.14% | - |
| HSV(B) | 325.57º | 0.92% | 0.26% | - |
| XYZ | 2.68 | 1.42 | 2.14 | - |
| YUV | 27.23 | 135.21 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 5 | 40 | 0 | 0.92 | 0.39 | 0.74 | 325.57 | 0.86 | 0.14 |
| Hex | 42 | 5 | 28 | 0 | 5C | 27 | 4A | 146 | 56 | E |
| Octal | 102 | 5 | 50 | 0 | 134 | 47 | 112 | 506 | 126 | 16 |
| Binary | 1000010 | 101 | 101000 | 0 | 1011100 | 100111 | 1001010 | 101000110 | 1010110 | 1110 |
Color Harmonies of #420528
Complementary color
Monochromatic Colors of #420528
Black with #420528
Text Example
Text Example
White with #420528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420528; }
p { color: rgb(66,5,40); }
H1.HeaderClassName
{
color: #420528;
}
.AnyTagClassName
{
color: #420528;
}
</style>
background-color css
<style>
a { background-color: #420528; }
a { background-color: rgb(66,5,40); }
div.DivClassName
{
background-color: #420528;
}
.BgClassName
{
background-color: #420528;
}
</style>
border-color css
<style>
span { border-color: #420528; }
span { border-color: rgb(66,5,40); }
td.TdClassName
{
border-color: #420528;
}
.TagClassName
{
border-color: #420528;
}
</style>