Shades of Blackcurrant #200937
Tints of Blackcurrant #200937
RGB
CMYK
RGB Variations
Color information
#200937 (or 0x200937) is known color: Blackcurrant. HEX triplet: 20, 09 and 37. RGB value is (32,9,55). Sum of RGB (Red+Green+Blue) = 32+9+55=96 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.33% from 96); Green value is 9 (3.91% from 255 or 9.38% from 96); Blue value is 55 (21.88% from 255 or 57.29% from 96); Max value from RGB is 55 - color contains mainly: blue. Hex color #200937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200937 is #DFF6C8. Grayscale: #141414. Windows color (decimal): -14677705 or 3606816. OLE color: 3606816.
HSL color Cylindrical-coordinate representation of color #200937: hue angle of 270º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #200937 is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 9 | 55 | - |
| CMYK | 0.42 | 0.84 | 0 | 0.78 |
| HSL | 270º | 0.72% | 0.13% | - |
| HSV(B) | 270º | 0.84% | 0.22% | - |
| XYZ | 1.38 | 0.78 | 3.69 | - |
| YUV | 21.12 | 147.12 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 9 | 55 | 0.42 | 0.84 | 0 | 0.78 | 270 | 0.72 | 0.13 |
| Hex | 20 | 9 | 37 | 2A | 54 | 0 | 4E | 10E | 48 | D |
| Octal | 40 | 11 | 67 | 52 | 124 | 0 | 116 | 416 | 110 | 15 |
| Binary | 100000 | 1001 | 110111 | 101010 | 1010100 | 0 | 1001110 | 100001110 | 1001000 | 1101 |
Color Harmonies of #200937
Complementary color
Monochromatic Colors of #200937
Black with #200937
Text Example
Text Example
White with #200937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200937; }
p { color: rgb(32,9,55); }
H1.HeaderClassName
{
color: #200937;
}
.AnyTagClassName
{
color: #200937;
}
</style>
background-color css
<style>
a { background-color: #200937; }
a { background-color: rgb(32,9,55); }
div.DivClassName
{
background-color: #200937;
}
.BgClassName
{
background-color: #200937;
}
</style>
border-color css
<style>
span { border-color: #200937; }
span { border-color: rgb(32,9,55); }
td.TdClassName
{
border-color: #200937;
}
.TagClassName
{
border-color: #200937;
}
</style>