Shades of Blackberry #210317
Tints of Blackberry #210317
RGB
CMYK
RGB Variations
Color information
#210317 (or 0x210317) is known color: Blackberry. HEX triplet: 21, 03 and 17. RGB value is (33,3,23). Sum of RGB (Red+Green+Blue) = 33+3+23=59 (7% of max value = 765). Red value is 33 (13.28% from 255 or 55.93% from 59); Green value is 3 (1.56% from 255 or 5.08% from 59); Blue value is 23 (9.38% from 255 or 38.98% from 59); Max value from RGB is 33 - color contains mainly: red. Hex color #210317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210317 is #DEFCE8. Grayscale: #0E0E0E. Windows color (decimal): -14613737 or 1508129. OLE color: 1508129.
HSL color Cylindrical-coordinate representation of color #210317: hue angle of 320º 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 #210317 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 3 | 23 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.87 |
| HSL | 320º | 0.83% | 0.07% | - |
| HSV(B) | 320º | 0.91% | 0.13% | - |
| XYZ | 0.81 | 0.45 | 0.85 | - |
| YUV | 14.25 | 132.94 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 3 | 23 | 0 | 0.91 | 0.30 | 0.87 | 320 | 0.83 | 0.07 |
| Hex | 21 | 3 | 17 | 0 | 5B | 1E | 57 | 140 | 53 | 7 |
| Octal | 41 | 3 | 27 | 0 | 133 | 36 | 127 | 500 | 123 | 7 |
| Binary | 100001 | 11 | 10111 | 0 | 1011011 | 11110 | 1010111 | 101000000 | 1010011 | 111 |
Color Harmonies of #210317
Complementary color
Monochromatic Colors of #210317
Black with #210317
Text Example
Text Example
White with #210317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210317; }
p { color: rgb(33,3,23); }
H1.HeaderClassName
{
color: #210317;
}
.AnyTagClassName
{
color: #210317;
}
</style>
background-color css
<style>
a { background-color: #210317; }
a { background-color: rgb(33,3,23); }
div.DivClassName
{
background-color: #210317;
}
.BgClassName
{
background-color: #210317;
}
</style>
border-color css
<style>
span { border-color: #210317; }
span { border-color: rgb(33,3,23); }
td.TdClassName
{
border-color: #210317;
}
.TagClassName
{
border-color: #210317;
}
</style>