Shades of Blackberry #210B18
Tints of Blackberry #210B18
RGB
CMYK
RGB Variations
Color information
#210B18 (or 0x210B18) is known color: Blackberry. HEX triplet: 21, 0B and 18. RGB value is (33,11,24). Sum of RGB (Red+Green+Blue) = 33+11+24=68 (9% of max value = 765). Red value is 33 (13.28% from 255 or 48.53% from 68); Green value is 11 (4.69% from 255 or 16.18% from 68); Blue value is 24 (9.77% from 255 or 35.29% from 68); Max value from RGB is 33 - color contains mainly: red. Hex color #210B18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210B18 is #DEF4E7. Grayscale: #131313. Windows color (decimal): -14611688 or 1575713. OLE color: 1575713.
HSL color Cylindrical-coordinate representation of color #210B18: hue angle of 324.55º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #210B18 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 11 | 24 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.87 |
| HSL | 324.55º | 0.5% | 0.09% | - |
| HSV(B) | 324.55º | 0.67% | 0.13% | - |
| XYZ | 0.91 | 0.63 | 0.94 | - |
| YUV | 19.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 11 | 24 | 0 | 0.67 | 0.27 | 0.87 | 324.55 | 0.5 | 0.09 |
| Hex | 21 | B | 18 | 0 | 43 | 1B | 57 | 145 | 32 | 9 |
| Octal | 41 | 13 | 30 | 0 | 103 | 33 | 127 | 505 | 62 | 11 |
| Binary | 100001 | 1011 | 11000 | 0 | 1000011 | 11011 | 1010111 | 101000101 | 110010 | 1001 |
Color Harmonies of #210B18
Complementary color
Monochromatic Colors of #210B18
Black with #210B18
Text Example
Text Example
White with #210B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210B18; }
p { color: rgb(33,11,24); }
H1.HeaderClassName
{
color: #210B18;
}
.AnyTagClassName
{
color: #210B18;
}
</style>
background-color css
<style>
a { background-color: #210B18; }
a { background-color: rgb(33,11,24); }
div.DivClassName
{
background-color: #210B18;
}
.BgClassName
{
background-color: #210B18;
}
</style>
border-color css
<style>
span { border-color: #210B18; }
span { border-color: rgb(33,11,24); }
td.TdClassName
{
border-color: #210B18;
}
.TagClassName
{
border-color: #210B18;
}
</style>