Shades of Blackberry #210715
Tints of Blackberry #210715
RGB
CMYK
RGB Variations
Color information
#210715 (or 0x210715) is known color: Blackberry. HEX triplet: 21, 07 and 15. RGB value is (33,7,21). Sum of RGB (Red+Green+Blue) = 33+7+21=61 (8% of max value = 765). Red value is 33 (13.28% from 255 or 54.10% from 61); Green value is 7 (3.12% from 255 or 11.48% from 61); Blue value is 21 (8.59% from 255 or 34.43% from 61); Max value from RGB is 33 - color contains mainly: red. Hex color #210715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210715 is #DEF8EA. Grayscale: #101010. Windows color (decimal): -14612715 or 1378081. OLE color: 1378081.
HSL color Cylindrical-coordinate representation of color #210715: hue angle of 327.69º degrees, saturation: 0.65, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #210715 is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 7 | 21 | - |
| CMYK | 0 | 0.79 | 0.36 | 0.87 |
| HSL | 327.69º | 0.65% | 0.08% | - |
| HSV(B) | 327.69º | 0.79% | 0.13% | - |
| XYZ | 0.84 | 0.53 | 0.77 | - |
| YUV | 16.37 | 130.61 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 7 | 21 | 0 | 0.79 | 0.36 | 0.87 | 327.69 | 0.65 | 0.08 |
| Hex | 21 | 7 | 15 | 0 | 4F | 24 | 57 | 148 | 41 | 8 |
| Octal | 41 | 7 | 25 | 0 | 117 | 44 | 127 | 510 | 101 | 10 |
| Binary | 100001 | 111 | 10101 | 0 | 1001111 | 100100 | 1010111 | 101001000 | 1000001 | 1000 |
Color Harmonies of #210715
Complementary color
Monochromatic Colors of #210715
Black with #210715
Text Example
Text Example
White with #210715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210715; }
p { color: rgb(33,7,21); }
H1.HeaderClassName
{
color: #210715;
}
.AnyTagClassName
{
color: #210715;
}
</style>
background-color css
<style>
a { background-color: #210715; }
a { background-color: rgb(33,7,21); }
div.DivClassName
{
background-color: #210715;
}
.BgClassName
{
background-color: #210715;
}
</style>
border-color css
<style>
span { border-color: #210715; }
span { border-color: rgb(33,7,21); }
td.TdClassName
{
border-color: #210715;
}
.TagClassName
{
border-color: #210715;
}
</style>