Shades of Blackberry #210015
Tints of Blackberry #210015
RGB
CMYK
RGB Variations
Color information
#210015 (or 0x210015) is known color: Blackberry. HEX triplet: 21, 00 and 15. RGB value is (33,0,21). Sum of RGB (Red+Green+Blue) = 33+0+21=54 (7% of max value = 765). Red value is 33 (13.28% from 255 or 61.11% from 54); Green value is 0 (0.39% from 255 or 0% from 54); Blue value is 21 (8.59% from 255 or 38.89% from 54); Max value from RGB is 33 - color contains mainly: red. Hex color #210015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210015 is #DEFFEA. Grayscale: #0C0C0C. Windows color (decimal): -14614507 or 1376289. OLE color: 1376289.
HSL color Cylindrical-coordinate representation of color #210015: hue angle of 321.82º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #210015 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 0 | 21 | - |
| CMYK | 0 | 1 | 0.36 | 0.87 |
| HSL | 321.82º | 1% | 0.06% | - |
| HSV(B) | 321.82º | 1% | 0.13% | - |
| XYZ | 0.76 | 0.38 | 0.74 | - |
| YUV | 12.26 | 132.93 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 0 | 21 | 0 | 1 | 0.36 | 0.87 | 321.82 | 1 | 0.06 |
| Hex | 21 | 0 | 15 | 0 | 64 | 24 | 57 | 142 | 64 | 6 |
| Octal | 41 | 0 | 25 | 0 | 144 | 44 | 127 | 502 | 144 | 6 |
| Binary | 100001 | 0 | 10101 | 0 | 1100100 | 100100 | 1010111 | 101000010 | 1100100 | 110 |
Color Harmonies of #210015
Complementary color
Monochromatic Colors of #210015
Black with #210015
Text Example
Text Example
White with #210015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210015; }
p { color: rgb(33,0,21); }
H1.HeaderClassName
{
color: #210015;
}
.AnyTagClassName
{
color: #210015;
}
</style>
background-color css
<style>
a { background-color: #210015; }
a { background-color: rgb(33,0,21); }
div.DivClassName
{
background-color: #210015;
}
.BgClassName
{
background-color: #210015;
}
</style>
border-color css
<style>
span { border-color: #210015; }
span { border-color: rgb(33,0,21); }
td.TdClassName
{
border-color: #210015;
}
.TagClassName
{
border-color: #210015;
}
</style>