Shades of Blackberry #210115
Tints of Blackberry #210115
RGB
CMYK
RGB Variations
Color information
#210115 (or 0x210115) is known color: Blackberry. HEX triplet: 21, 01 and 15. RGB value is (33,1,21). Sum of RGB (Red+Green+Blue) = 33+1+21=55 (7% of max value = 765). Red value is 33 (13.28% from 255 or 60% from 55); Green value is 1 (0.78% from 255 or 1.82% from 55); Blue value is 21 (8.59% from 255 or 38.18% from 55); Max value from RGB is 33 - color contains mainly: red. Hex color #210115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210115 is #DEFEEA. Grayscale: #0C0C0C. Windows color (decimal): -14614251 or 1376545. OLE color: 1376545.
HSL color Cylindrical-coordinate representation of color #210115: hue angle of 322.5º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #210115 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 1 | 21 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.87 |
| HSL | 322.5º | 0.94% | 0.07% | - |
| HSV(B) | 322.5º | 0.97% | 0.13% | - |
| XYZ | 0.77 | 0.4 | 0.75 | - |
| YUV | 12.85 | 132.6 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 1 | 21 | 0 | 0.97 | 0.36 | 0.87 | 322.5 | 0.94 | 0.07 |
| Hex | 21 | 1 | 15 | 0 | 61 | 24 | 57 | 142 | 5E | 7 |
| Octal | 41 | 1 | 25 | 0 | 141 | 44 | 127 | 502 | 136 | 7 |
| Binary | 100001 | 1 | 10101 | 0 | 1100001 | 100100 | 1010111 | 101000010 | 1011110 | 111 |
Color Harmonies of #210115
Complementary color
Monochromatic Colors of #210115
Black with #210115
Text Example
Text Example
White with #210115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210115; }
p { color: rgb(33,1,21); }
H1.HeaderClassName
{
color: #210115;
}
.AnyTagClassName
{
color: #210115;
}
</style>
background-color css
<style>
a { background-color: #210115; }
a { background-color: rgb(33,1,21); }
div.DivClassName
{
background-color: #210115;
}
.BgClassName
{
background-color: #210115;
}
</style>
border-color css
<style>
span { border-color: #210115; }
span { border-color: rgb(33,1,21); }
td.TdClassName
{
border-color: #210115;
}
.TagClassName
{
border-color: #210115;
}
</style>