Shades of Blackberry #210117
Tints of Blackberry #210117
RGB
CMYK
RGB Variations
Color information
#210117 (or 0x210117) is known color: Blackberry. HEX triplet: 21, 01 and 17. RGB value is (33,1,23). Sum of RGB (Red+Green+Blue) = 33+1+23=57 (7% of max value = 765). Red value is 33 (13.28% from 255 or 57.89% from 57); Green value is 1 (0.78% from 255 or 1.75% from 57); Blue value is 23 (9.38% from 255 or 40.35% from 57); Max value from RGB is 33 - color contains mainly: red. Hex color #210117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210117 is #DEFEE8. Grayscale: #0D0D0D. Windows color (decimal): -14614249 or 1507617. OLE color: 1507617.
HSL color Cylindrical-coordinate representation of color #210117: hue angle of 318.75º 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 #210117 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 1 | 23 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.87 |
| HSL | 318.75º | 0.94% | 0.07% | - |
| HSV(B) | 318.75º | 0.97% | 0.13% | - |
| XYZ | 0.79 | 0.41 | 0.85 | - |
| YUV | 13.08 | 133.6 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 1 | 23 | 0 | 0.97 | 0.30 | 0.87 | 318.75 | 0.94 | 0.07 |
| Hex | 21 | 1 | 17 | 0 | 61 | 1E | 57 | 13F | 5E | 7 |
| Octal | 41 | 1 | 27 | 0 | 141 | 36 | 127 | 477 | 136 | 7 |
| Binary | 100001 | 1 | 10111 | 0 | 1100001 | 11110 | 1010111 | 100111111 | 1011110 | 111 |
Color Harmonies of #210117
Complementary color
Monochromatic Colors of #210117
Black with #210117
Text Example
Text Example
White with #210117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210117; }
p { color: rgb(33,1,23); }
H1.HeaderClassName
{
color: #210117;
}
.AnyTagClassName
{
color: #210117;
}
</style>
background-color css
<style>
a { background-color: #210117; }
a { background-color: rgb(33,1,23); }
div.DivClassName
{
background-color: #210117;
}
.BgClassName
{
background-color: #210117;
}
</style>
border-color css
<style>
span { border-color: #210117; }
span { border-color: rgb(33,1,23); }
td.TdClassName
{
border-color: #210117;
}
.TagClassName
{
border-color: #210117;
}
</style>