Shades of Blackberry #420521
Tints of Blackberry #420521
RGB
CMYK
RGB Variations
Color information
#420521 (or 0x420521) is known color: Blackberry. HEX triplet: 42, 05 and 21. RGB value is (66,5,33). Sum of RGB (Red+Green+Blue) = 66+5+33=104 (13% of max value = 765). Red value is 66 (26.17% from 255 or 63.46% from 104); Green value is 5 (2.34% from 255 or 4.81% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 66 - color contains mainly: red. Hex color #420521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420521 is #BDFADE. Grayscale: #1A1A1A. Windows color (decimal): -12450527 or 2164034. OLE color: 2164034.
HSL color Cylindrical-coordinate representation of color #420521: hue angle of 332.46º 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 #420521 is Cyan = 0, Magento = 0.92, Yellow = 0.5 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 5 | 33 | - |
| CMYK | 0 | 0.92 | 0.5 | 0.74 |
| HSL | 332.46º | 0.86% | 0.14% | - |
| HSV(B) | 332.46º | 0.92% | 0.26% | - |
| XYZ | 2.58 | 1.38 | 1.57 | - |
| YUV | 26.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 5 | 33 | 0 | 0.92 | 0.5 | 0.74 | 332.46 | 0.86 | 0.14 |
| Hex | 42 | 5 | 21 | 0 | 5C | 32 | 4A | 14C | 56 | E |
| Octal | 102 | 5 | 41 | 0 | 134 | 62 | 112 | 514 | 126 | 16 |
| Binary | 1000010 | 101 | 100001 | 0 | 1011100 | 110010 | 1001010 | 101001100 | 1010110 | 1110 |
Color Harmonies of #420521
Complementary color
Monochromatic Colors of #420521
Black with #420521
Text Example
Text Example
White with #420521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420521; }
p { color: rgb(66,5,33); }
H1.HeaderClassName
{
color: #420521;
}
.AnyTagClassName
{
color: #420521;
}
</style>
background-color css
<style>
a { background-color: #420521; }
a { background-color: rgb(66,5,33); }
div.DivClassName
{
background-color: #420521;
}
.BgClassName
{
background-color: #420521;
}
</style>
border-color css
<style>
span { border-color: #420521; }
span { border-color: rgb(66,5,33); }
td.TdClassName
{
border-color: #420521;
}
.TagClassName
{
border-color: #420521;
}
</style>