Shades of Blackberry #210315
Tints of Blackberry #210315
RGB
CMYK
RGB Variations
Color information
#210315 (or 0x210315) is known color: Blackberry. HEX triplet: 21, 03 and 15. RGB value is (33,3,21). Sum of RGB (Red+Green+Blue) = 33+3+21=57 (7% of max value = 765). Red value is 33 (13.28% from 255 or 57.89% from 57); Green value is 3 (1.56% from 255 or 5.26% from 57); Blue value is 21 (8.59% from 255 or 36.84% from 57); Max value from RGB is 33 - color contains mainly: red. Hex color #210315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210315 is #DEFCEA. Grayscale: #0D0D0D. Windows color (decimal): -14613739 or 1377057. OLE color: 1377057.
HSL color Cylindrical-coordinate representation of color #210315: hue angle of 324º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #210315 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 3 | 21 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.87 |
| HSL | 324º | 0.83% | 0.07% | - |
| HSV(B) | 324º | 0.91% | 0.13% | - |
| XYZ | 0.8 | 0.44 | 0.75 | - |
| YUV | 14.02 | 131.94 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 3 | 21 | 0 | 0.91 | 0.36 | 0.87 | 324 | 0.83 | 0.07 |
| Hex | 21 | 3 | 15 | 0 | 5B | 24 | 57 | 144 | 53 | 7 |
| Octal | 41 | 3 | 25 | 0 | 133 | 44 | 127 | 504 | 123 | 7 |
| Binary | 100001 | 11 | 10101 | 0 | 1011011 | 100100 | 1010111 | 101000100 | 1010011 | 111 |
Color Harmonies of #210315
Complementary color
Monochromatic Colors of #210315
Black with #210315
Text Example
Text Example
White with #210315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210315; }
p { color: rgb(33,3,21); }
H1.HeaderClassName
{
color: #210315;
}
.AnyTagClassName
{
color: #210315;
}
</style>
background-color css
<style>
a { background-color: #210315; }
a { background-color: rgb(33,3,21); }
div.DivClassName
{
background-color: #210315;
}
.BgClassName
{
background-color: #210315;
}
</style>
border-color css
<style>
span { border-color: #210315; }
span { border-color: rgb(33,3,21); }
td.TdClassName
{
border-color: #210315;
}
.TagClassName
{
border-color: #210315;
}
</style>