Shades of Blackberry #420527
Tints of Blackberry #420527
RGB
CMYK
RGB Variations
Color information
#420527 (or 0x420527) is known color: Blackberry. HEX triplet: 42, 05 and 27. RGB value is (66,5,39). Sum of RGB (Red+Green+Blue) = 66+5+39=110 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 39 (15.62% from 255 or 35.45% from 110); Max value from RGB is 66 - color contains mainly: red. Hex color #420527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420527 is #BDFAD8. Grayscale: #1B1B1B. Windows color (decimal): -12450521 or 2557250. OLE color: 2557250.
HSL color Cylindrical-coordinate representation of color #420527: hue angle of 326.56º 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 #420527 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 5 | 39 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.74 |
| HSL | 326.56º | 0.86% | 0.14% | - |
| HSV(B) | 326.56º | 0.92% | 0.26% | - |
| XYZ | 2.67 | 1.41 | 2.05 | - |
| YUV | 27.12 | 134.71 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 5 | 39 | 0 | 0.92 | 0.41 | 0.74 | 326.56 | 0.86 | 0.14 |
| Hex | 42 | 5 | 27 | 0 | 5C | 29 | 4A | 147 | 56 | E |
| Octal | 102 | 5 | 47 | 0 | 134 | 51 | 112 | 507 | 126 | 16 |
| Binary | 1000010 | 101 | 100111 | 0 | 1011100 | 101001 | 1001010 | 101000111 | 1010110 | 1110 |
Color Harmonies of #420527
Complementary color
Monochromatic Colors of #420527
Black with #420527
Text Example
Text Example
White with #420527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420527; }
p { color: rgb(66,5,39); }
H1.HeaderClassName
{
color: #420527;
}
.AnyTagClassName
{
color: #420527;
}
</style>
background-color css
<style>
a { background-color: #420527; }
a { background-color: rgb(66,5,39); }
div.DivClassName
{
background-color: #420527;
}
.BgClassName
{
background-color: #420527;
}
</style>
border-color css
<style>
span { border-color: #420527; }
span { border-color: rgb(66,5,39); }
td.TdClassName
{
border-color: #420527;
}
.TagClassName
{
border-color: #420527;
}
</style>