Shades of Blackberry #200415
Tints of Blackberry #200415
RGB
CMYK
RGB Variations
Color information
#200415 (or 0x200415) is known color: Blackberry. HEX triplet: 20, 04 and 15. RGB value is (32,4,21). Sum of RGB (Red+Green+Blue) = 32+4+21=57 (7% of max value = 765). Red value is 32 (12.89% from 255 or 56.14% from 57); Green value is 4 (1.95% from 255 or 7.02% from 57); Blue value is 21 (8.59% from 255 or 36.84% from 57); Max value from RGB is 32 - color contains mainly: red. Hex color #200415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200415 is #DFFBEA. Grayscale: #0E0E0E. Windows color (decimal): -14679019 or 1377312. OLE color: 1377312.
HSL color Cylindrical-coordinate representation of color #200415: hue angle of 323.57º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #200415 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 4 | 21 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.87 |
| HSL | 323.57º | 0.78% | 0.07% | - |
| HSV(B) | 323.57º | 0.88% | 0.13% | - |
| XYZ | 0.77 | 0.45 | 0.76 | - |
| YUV | 14.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 4 | 21 | 0 | 0.87 | 0.34 | 0.87 | 323.57 | 0.78 | 0.07 |
| Hex | 20 | 4 | 15 | 0 | 57 | 22 | 57 | 144 | 4E | 7 |
| Octal | 40 | 4 | 25 | 0 | 127 | 42 | 127 | 504 | 116 | 7 |
| Binary | 100000 | 100 | 10101 | 0 | 1010111 | 100010 | 1010111 | 101000100 | 1001110 | 111 |
Color Harmonies of #200415
Complementary color
Monochromatic Colors of #200415
Black with #200415
Text Example
Text Example
White with #200415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200415; }
p { color: rgb(32,4,21); }
H1.HeaderClassName
{
color: #200415;
}
.AnyTagClassName
{
color: #200415;
}
</style>
background-color css
<style>
a { background-color: #200415; }
a { background-color: rgb(32,4,21); }
div.DivClassName
{
background-color: #200415;
}
.BgClassName
{
background-color: #200415;
}
</style>
border-color css
<style>
span { border-color: #200415; }
span { border-color: rgb(32,4,21); }
td.TdClassName
{
border-color: #200415;
}
.TagClassName
{
border-color: #200415;
}
</style>