Shades of Blackberry #420534
Tints of Blackberry #420534
RGB
CMYK
RGB Variations
Color information
#420534 (or 0x420534) is known color: Blackberry. HEX triplet: 42, 05 and 34. RGB value is (66,5,52). Sum of RGB (Red+Green+Blue) = 66+5+52=123 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.66% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 52 (20.70% from 255 or 42.28% from 123); Max value from RGB is 66 - color contains mainly: red. Hex color #420534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420534 is #BDFACB. Grayscale: #1C1C1C. Windows color (decimal): -12450508 or 3409218. OLE color: 3409218.
HSL color Cylindrical-coordinate representation of color #420534: hue angle of 313.77º 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 #420534 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 5 | 52 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.74 |
| HSL | 313.77º | 0.86% | 0.14% | - |
| HSV(B) | 313.77º | 0.92% | 0.26% | - |
| XYZ | 2.92 | 1.51 | 3.39 | - |
| YUV | 28.6 | 141.21 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 5 | 52 | 0 | 0.92 | 0.21 | 0.74 | 313.77 | 0.86 | 0.14 |
| Hex | 42 | 5 | 34 | 0 | 5C | 15 | 4A | 13A | 56 | E |
| Octal | 102 | 5 | 64 | 0 | 134 | 25 | 112 | 472 | 126 | 16 |
| Binary | 1000010 | 101 | 110100 | 0 | 1011100 | 10101 | 1001010 | 100111010 | 1010110 | 1110 |
Color Harmonies of #420534
Complementary color
Monochromatic Colors of #420534
Black with #420534
Text Example
Text Example
White with #420534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420534; }
p { color: rgb(66,5,52); }
H1.HeaderClassName
{
color: #420534;
}
.AnyTagClassName
{
color: #420534;
}
</style>
background-color css
<style>
a { background-color: #420534; }
a { background-color: rgb(66,5,52); }
div.DivClassName
{
background-color: #420534;
}
.BgClassName
{
background-color: #420534;
}
</style>
border-color css
<style>
span { border-color: #420534; }
span { border-color: rgb(66,5,52); }
td.TdClassName
{
border-color: #420534;
}
.TagClassName
{
border-color: #420534;
}
</style>