Shades of Blackberry #210415
Tints of Blackberry #210415
RGB
CMYK
RGB Variations
Color information
#210415 (or 0x210415) is known color: Blackberry. HEX triplet: 21, 04 and 15. RGB value is (33,4,21). Sum of RGB (Red+Green+Blue) = 33+4+21=58 (7% of max value = 765). Red value is 33 (13.28% from 255 or 56.90% from 58); Green value is 4 (1.95% from 255 or 6.90% from 58); Blue value is 21 (8.59% from 255 or 36.21% from 58); Max value from RGB is 33 - color contains mainly: red. Hex color #210415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210415 is #DEFBEA. Grayscale: #0E0E0E. Windows color (decimal): -14613483 or 1377313. OLE color: 1377313.
HSL color Cylindrical-coordinate representation of color #210415: hue angle of 324.83º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #210415 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 4 | 21 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.87 |
| HSL | 324.83º | 0.78% | 0.07% | - |
| HSV(B) | 324.83º | 0.88% | 0.13% | - |
| XYZ | 0.81 | 0.46 | 0.76 | - |
| YUV | 14.61 | 131.61 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 4 | 21 | 0 | 0.88 | 0.36 | 0.87 | 324.83 | 0.78 | 0.07 |
| Hex | 21 | 4 | 15 | 0 | 58 | 24 | 57 | 145 | 4E | 7 |
| Octal | 41 | 4 | 25 | 0 | 130 | 44 | 127 | 505 | 116 | 7 |
| Binary | 100001 | 100 | 10101 | 0 | 1011000 | 100100 | 1010111 | 101000101 | 1001110 | 111 |
Color Harmonies of #210415
Complementary color
Monochromatic Colors of #210415
Black with #210415
Text Example
Text Example
White with #210415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210415; }
p { color: rgb(33,4,21); }
H1.HeaderClassName
{
color: #210415;
}
.AnyTagClassName
{
color: #210415;
}
</style>
background-color css
<style>
a { background-color: #210415; }
a { background-color: rgb(33,4,21); }
div.DivClassName
{
background-color: #210415;
}
.BgClassName
{
background-color: #210415;
}
</style>
border-color css
<style>
span { border-color: #210415; }
span { border-color: rgb(33,4,21); }
td.TdClassName
{
border-color: #210415;
}
.TagClassName
{
border-color: #210415;
}
</style>