Shades of Blackberry #210F18
Tints of Blackberry #210F18
RGB
CMYK
RGB Variations
Color information
#210F18 (or 0x210F18) is known color: Blackberry. HEX triplet: 21, 0F and 18. RGB value is (33,15,24). Sum of RGB (Red+Green+Blue) = 33+15+24=72 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.83% from 72); Green value is 15 (6.25% from 255 or 20.83% from 72); Blue value is 24 (9.77% from 255 or 33.33% from 72); Max value from RGB is 33 - color contains mainly: red. Hex color #210F18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210F18 is #DEF0E7. Grayscale: #151515. Windows color (decimal): -14610664 or 1576737. OLE color: 1576737.
HSL color Cylindrical-coordinate representation of color #210F18: hue angle of 330º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #210F18 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 15 | 24 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.87 |
| HSL | 330º | 0.38% | 0.09% | - |
| HSV(B) | 330º | 0.55% | 0.13% | - |
| XYZ | 0.96 | 0.73 | 0.95 | - |
| YUV | 21.41 | 129.46 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 15 | 24 | 0 | 0.55 | 0.27 | 0.87 | 330 | 0.38 | 0.09 |
| Hex | 21 | F | 18 | 0 | 37 | 1B | 57 | 14A | 26 | 9 |
| Octal | 41 | 17 | 30 | 0 | 67 | 33 | 127 | 512 | 46 | 11 |
| Binary | 100001 | 1111 | 11000 | 0 | 110111 | 11011 | 1010111 | 101001010 | 100110 | 1001 |
Color Harmonies of #210F18
Complementary color
Monochromatic Colors of #210F18
Black with #210F18
Text Example
Text Example
White with #210F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210F18; }
p { color: rgb(33,15,24); }
H1.HeaderClassName
{
color: #210F18;
}
.AnyTagClassName
{
color: #210F18;
}
</style>
background-color css
<style>
a { background-color: #210F18; }
a { background-color: rgb(33,15,24); }
div.DivClassName
{
background-color: #210F18;
}
.BgClassName
{
background-color: #210F18;
}
</style>
border-color css
<style>
span { border-color: #210F18; }
span { border-color: rgb(33,15,24); }
td.TdClassName
{
border-color: #210F18;
}
.TagClassName
{
border-color: #210F18;
}
</style>