Shades of Blackberry #200318
Tints of Blackberry #200318
RGB
CMYK
RGB Variations
Color information
#200318 (or 0x200318) is known color: Blackberry. HEX triplet: 20, 03 and 18. RGB value is (32,3,24). Sum of RGB (Red+Green+Blue) = 32+3+24=59 (7% of max value = 765). Red value is 32 (12.89% from 255 or 54.24% from 59); Green value is 3 (1.56% from 255 or 5.08% from 59); Blue value is 24 (9.77% from 255 or 40.68% from 59); Max value from RGB is 32 - color contains mainly: red. Hex color #200318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200318 is #DFFCE7. Grayscale: #0E0E0E. Windows color (decimal): -14679272 or 1573664. OLE color: 1573664.
HSL color Cylindrical-coordinate representation of color #200318: hue angle of 316.55º 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 #200318 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 3 | 24 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.87 |
| HSL | 316.55º | 0.83% | 0.07% | - |
| HSV(B) | 316.55º | 0.91% | 0.13% | - |
| XYZ | 0.79 | 0.44 | 0.91 | - |
| YUV | 14.07 | 133.61 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 24 | 0 | 0.91 | 0.25 | 0.87 | 316.55 | 0.83 | 0.07 |
| Hex | 20 | 3 | 18 | 0 | 5B | 19 | 57 | 13D | 53 | 7 |
| Octal | 40 | 3 | 30 | 0 | 133 | 31 | 127 | 475 | 123 | 7 |
| Binary | 100000 | 11 | 11000 | 0 | 1011011 | 11001 | 1010111 | 100111101 | 1010011 | 111 |
Color Harmonies of #200318
Complementary color
Monochromatic Colors of #200318
Black with #200318
Text Example
Text Example
White with #200318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200318; }
p { color: rgb(32,3,24); }
H1.HeaderClassName
{
color: #200318;
}
.AnyTagClassName
{
color: #200318;
}
</style>
background-color css
<style>
a { background-color: #200318; }
a { background-color: rgb(32,3,24); }
div.DivClassName
{
background-color: #200318;
}
.BgClassName
{
background-color: #200318;
}
</style>
border-color css
<style>
span { border-color: #200318; }
span { border-color: rgb(32,3,24); }
td.TdClassName
{
border-color: #200318;
}
.TagClassName
{
border-color: #200318;
}
</style>