Shades of Blackberry #210519
Tints of Blackberry #210519
RGB
CMYK
RGB Variations
Color information
#210519 (or 0x210519) is known color: Blackberry. HEX triplet: 21, 05 and 19. RGB value is (33,5,25). Sum of RGB (Red+Green+Blue) = 33+5+25=63 (8% of max value = 765). Red value is 33 (13.28% from 255 or 52.38% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 25 (10.16% from 255 or 39.68% from 63); Max value from RGB is 33 - color contains mainly: red. Hex color #210519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210519 is #DEFAE6. Grayscale: #0F0F0F. Windows color (decimal): -14613223 or 1639713. OLE color: 1639713.
HSL color Cylindrical-coordinate representation of color #210519: hue angle of 317.14º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #210519 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 5 | 25 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.87 |
| HSL | 317.14º | 0.74% | 0.07% | - |
| HSV(B) | 317.14º | 0.85% | 0.13% | - |
| XYZ | 0.86 | 0.5 | 0.97 | - |
| YUV | 15.65 | 133.28 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 5 | 25 | 0 | 0.85 | 0.24 | 0.87 | 317.14 | 0.74 | 0.07 |
| Hex | 21 | 5 | 19 | 0 | 55 | 18 | 57 | 13D | 4A | 7 |
| Octal | 41 | 5 | 31 | 0 | 125 | 30 | 127 | 475 | 112 | 7 |
| Binary | 100001 | 101 | 11001 | 0 | 1010101 | 11000 | 1010111 | 100111101 | 1001010 | 111 |
Color Harmonies of #210519
Complementary color
Monochromatic Colors of #210519
Black with #210519
Text Example
Text Example
White with #210519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210519; }
p { color: rgb(33,5,25); }
H1.HeaderClassName
{
color: #210519;
}
.AnyTagClassName
{
color: #210519;
}
</style>
background-color css
<style>
a { background-color: #210519; }
a { background-color: rgb(33,5,25); }
div.DivClassName
{
background-color: #210519;
}
.BgClassName
{
background-color: #210519;
}
</style>
border-color css
<style>
span { border-color: #210519; }
span { border-color: rgb(33,5,25); }
td.TdClassName
{
border-color: #210519;
}
.TagClassName
{
border-color: #210519;
}
</style>