Shades of Blackberry #200314
Tints of Blackberry #200314
RGB
CMYK
RGB Variations
Color information
#200314 (or 0x200314) is known color: Blackberry. HEX triplet: 20, 03 and 14. RGB value is (32,3,20). Sum of RGB (Red+Green+Blue) = 32+3+20=55 (7% of max value = 765). Red value is 32 (12.89% from 255 or 58.18% from 55); Green value is 3 (1.56% from 255 or 5.45% from 55); Blue value is 20 (8.20% from 255 or 36.36% from 55); Max value from RGB is 32 - color contains mainly: red. Hex color #200314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200314 is #DFFCEB. Grayscale: #0D0D0D. Windows color (decimal): -14679276 or 1311520. OLE color: 1311520.
HSL color Cylindrical-coordinate representation of color #200314: hue angle of 324.83º 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 #200314 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 3 | 20 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.87 |
| HSL | 324.83º | 0.83% | 0.07% | - |
| HSV(B) | 324.83º | 0.91% | 0.13% | - |
| XYZ | 0.75 | 0.42 | 0.7 | - |
| YUV | 13.61 | 131.61 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 20 | 0 | 0.91 | 0.37 | 0.87 | 324.83 | 0.83 | 0.07 |
| Hex | 20 | 3 | 14 | 0 | 5B | 25 | 57 | 145 | 53 | 7 |
| Octal | 40 | 3 | 24 | 0 | 133 | 45 | 127 | 505 | 123 | 7 |
| Binary | 100000 | 11 | 10100 | 0 | 1011011 | 100101 | 1010111 | 101000101 | 1010011 | 111 |
Color Harmonies of #200314
Complementary color
Monochromatic Colors of #200314
Black with #200314
Text Example
Text Example
White with #200314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200314; }
p { color: rgb(32,3,20); }
H1.HeaderClassName
{
color: #200314;
}
.AnyTagClassName
{
color: #200314;
}
</style>
background-color css
<style>
a { background-color: #200314; }
a { background-color: rgb(32,3,20); }
div.DivClassName
{
background-color: #200314;
}
.BgClassName
{
background-color: #200314;
}
</style>
border-color css
<style>
span { border-color: #200314; }
span { border-color: rgb(32,3,20); }
td.TdClassName
{
border-color: #200314;
}
.TagClassName
{
border-color: #200314;
}
</style>