Shades of Blackberry #210314
Tints of Blackberry #210314
RGB
CMYK
RGB Variations
Color information
#210314 (or 0x210314) is known color: Blackberry. HEX triplet: 21, 03 and 14. RGB value is (33,3,20). Sum of RGB (Red+Green+Blue) = 33+3+20=56 (7% of max value = 765). Red value is 33 (13.28% from 255 or 58.93% from 56); Green value is 3 (1.56% from 255 or 5.36% from 56); Blue value is 20 (8.20% from 255 or 35.71% from 56); Max value from RGB is 33 - color contains mainly: red. Hex color #210314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210314 is #DEFCEB. Grayscale: #0D0D0D. Windows color (decimal): -14613740 or 1311521. OLE color: 1311521.
HSL color Cylindrical-coordinate representation of color #210314: hue angle of 326º 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 #210314 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 3 | 20 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.87 |
| HSL | 326º | 0.83% | 0.07% | - |
| HSV(B) | 326º | 0.91% | 0.13% | - |
| XYZ | 0.79 | 0.44 | 0.71 | - |
| YUV | 13.91 | 131.44 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 3 | 20 | 0 | 0.91 | 0.39 | 0.87 | 326 | 0.83 | 0.07 |
| Hex | 21 | 3 | 14 | 0 | 5B | 27 | 57 | 146 | 53 | 7 |
| Octal | 41 | 3 | 24 | 0 | 133 | 47 | 127 | 506 | 123 | 7 |
| Binary | 100001 | 11 | 10100 | 0 | 1011011 | 100111 | 1010111 | 101000110 | 1010011 | 111 |
Color Harmonies of #210314
Complementary color
Monochromatic Colors of #210314
Black with #210314
Text Example
Text Example
White with #210314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210314; }
p { color: rgb(33,3,20); }
H1.HeaderClassName
{
color: #210314;
}
.AnyTagClassName
{
color: #210314;
}
</style>
background-color css
<style>
a { background-color: #210314; }
a { background-color: rgb(33,3,20); }
div.DivClassName
{
background-color: #210314;
}
.BgClassName
{
background-color: #210314;
}
</style>
border-color css
<style>
span { border-color: #210314; }
span { border-color: rgb(33,3,20); }
td.TdClassName
{
border-color: #210314;
}
.TagClassName
{
border-color: #210314;
}
</style>