Shades of Blackberry #200312
Tints of Blackberry #200312
RGB
CMYK
RGB Variations
Color information
#200312 (or 0x200312) is known color: Blackberry. HEX triplet: 20, 03 and 12. RGB value is (32,3,18). Sum of RGB (Red+Green+Blue) = 32+3+18=53 (7% of max value = 765). Red value is 32 (12.89% from 255 or 60.38% from 53); Green value is 3 (1.56% from 255 or 5.66% from 53); Blue value is 18 (7.42% from 255 or 33.96% from 53); Max value from RGB is 32 - color contains mainly: red. Hex color #200312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200312 is #DFFCED. Grayscale: #0D0D0D. Windows color (decimal): -14679278 or 1180448. OLE color: 1180448.
HSL color Cylindrical-coordinate representation of color #200312: hue angle of 328.97º 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 #200312 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 3 | 18 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.87 |
| HSL | 328.97º | 0.83% | 0.07% | - |
| HSV(B) | 328.97º | 0.91% | 0.13% | - |
| XYZ | 0.74 | 0.42 | 0.61 | - |
| YUV | 13.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 18 | 0 | 0.91 | 0.44 | 0.87 | 328.97 | 0.83 | 0.07 |
| Hex | 20 | 3 | 12 | 0 | 5B | 2C | 57 | 149 | 53 | 7 |
| Octal | 40 | 3 | 22 | 0 | 133 | 54 | 127 | 511 | 123 | 7 |
| Binary | 100000 | 11 | 10010 | 0 | 1011011 | 101100 | 1010111 | 101001001 | 1010011 | 111 |
Color Harmonies of #200312
Complementary color
Monochromatic Colors of #200312
Black with #200312
Text Example
Text Example
White with #200312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200312; }
p { color: rgb(32,3,18); }
H1.HeaderClassName
{
color: #200312;
}
.AnyTagClassName
{
color: #200312;
}
</style>
background-color css
<style>
a { background-color: #200312; }
a { background-color: rgb(32,3,18); }
div.DivClassName
{
background-color: #200312;
}
.BgClassName
{
background-color: #200312;
}
</style>
border-color css
<style>
span { border-color: #200312; }
span { border-color: rgb(32,3,18); }
td.TdClassName
{
border-color: #200312;
}
.TagClassName
{
border-color: #200312;
}
</style>