Shades of Blackberry #210614
Tints of Blackberry #210614
RGB
CMYK
RGB Variations
Color information
#210614 (or 0x210614) is known color: Blackberry. HEX triplet: 21, 06 and 14. RGB value is (33,6,20). Sum of RGB (Red+Green+Blue) = 33+6+20=59 (7% of max value = 765). Red value is 33 (13.28% from 255 or 55.93% from 59); Green value is 6 (2.73% from 255 or 10.17% from 59); Blue value is 20 (8.20% from 255 or 33.90% from 59); Max value from RGB is 33 - color contains mainly: red. Hex color #210614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210614 is #DEF9EB. Grayscale: #0F0F0F. Windows color (decimal): -14612972 or 1312289. OLE color: 1312289.
HSL color Cylindrical-coordinate representation of color #210614: hue angle of 328.89º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #210614 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 6 | 20 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.87 |
| HSL | 328.89º | 0.69% | 0.08% | - |
| HSV(B) | 328.89º | 0.82% | 0.13% | - |
| XYZ | 0.82 | 0.5 | 0.72 | - |
| YUV | 15.67 | 130.45 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 6 | 20 | 0 | 0.82 | 0.39 | 0.87 | 328.89 | 0.69 | 0.08 |
| Hex | 21 | 6 | 14 | 0 | 52 | 27 | 57 | 149 | 45 | 8 |
| Octal | 41 | 6 | 24 | 0 | 122 | 47 | 127 | 511 | 105 | 10 |
| Binary | 100001 | 110 | 10100 | 0 | 1010010 | 100111 | 1010111 | 101001001 | 1000101 | 1000 |
Color Harmonies of #210614
Complementary color
Monochromatic Colors of #210614
Black with #210614
Text Example
Text Example
White with #210614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210614; }
p { color: rgb(33,6,20); }
H1.HeaderClassName
{
color: #210614;
}
.AnyTagClassName
{
color: #210614;
}
</style>
background-color css
<style>
a { background-color: #210614; }
a { background-color: rgb(33,6,20); }
div.DivClassName
{
background-color: #210614;
}
.BgClassName
{
background-color: #210614;
}
</style>
border-color css
<style>
span { border-color: #210614; }
span { border-color: rgb(33,6,20); }
td.TdClassName
{
border-color: #210614;
}
.TagClassName
{
border-color: #210614;
}
</style>