Shades of Blackberry #211018
Tints of Blackberry #211018
RGB
CMYK
RGB Variations
Color information
#211018 (or 0x211018) is known color: Blackberry. HEX triplet: 21, 10 and 18. RGB value is (33,16,24). Sum of RGB (Red+Green+Blue) = 33+16+24=73 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.21% from 73); Green value is 16 (6.64% from 255 or 21.92% from 73); Blue value is 24 (9.77% from 255 or 32.88% from 73); Max value from RGB is 33 - color contains mainly: red. Hex color #211018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211018 is #DEEFE7. Grayscale: #151515. Windows color (decimal): -14610408 or 1576993. OLE color: 1576993.
HSL color Cylindrical-coordinate representation of color #211018: hue angle of 331.76º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #211018 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 16 | 24 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.87 |
| HSL | 331.76º | 0.35% | 0.1% | - |
| HSV(B) | 331.76º | 0.52% | 0.13% | - |
| XYZ | 0.98 | 0.76 | 0.96 | - |
| YUV | 22 | 129.13 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 16 | 24 | 0 | 0.52 | 0.27 | 0.87 | 331.76 | 0.35 | 0.1 |
| Hex | 21 | 10 | 18 | 0 | 34 | 1B | 57 | 14C | 23 | A |
| Octal | 41 | 20 | 30 | 0 | 64 | 33 | 127 | 514 | 43 | 12 |
| Binary | 100001 | 10000 | 11000 | 0 | 110100 | 11011 | 1010111 | 101001100 | 100011 | 1010 |
Color Harmonies of #211018
Complementary color
Monochromatic Colors of #211018
Black with #211018
Text Example
Text Example
White with #211018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211018; }
p { color: rgb(33,16,24); }
H1.HeaderClassName
{
color: #211018;
}
.AnyTagClassName
{
color: #211018;
}
</style>
background-color css
<style>
a { background-color: #211018; }
a { background-color: rgb(33,16,24); }
div.DivClassName
{
background-color: #211018;
}
.BgClassName
{
background-color: #211018;
}
</style>
border-color css
<style>
span { border-color: #211018; }
span { border-color: rgb(33,16,24); }
td.TdClassName
{
border-color: #211018;
}
.TagClassName
{
border-color: #211018;
}
</style>