Shades of Blackcurrant #200934
Tints of Blackcurrant #200934
RGB
CMYK
RGB Variations
Color information
#200934 (or 0x200934) is known color: Blackcurrant. HEX triplet: 20, 09 and 34. RGB value is (32,9,52). Sum of RGB (Red+Green+Blue) = 32+9+52=93 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.41% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 52 (20.70% from 255 or 55.91% from 93); Max value from RGB is 52 - color contains mainly: blue. Hex color #200934 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200934 is #DFF6CB. Grayscale: #141414. Windows color (decimal): -14677708 or 3410208. OLE color: 3410208.
HSL color Cylindrical-coordinate representation of color #200934: hue angle of 272.09º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #200934 is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 32 | 9 | 52 | - |
| CMYK | 0.38 | 0.83 | 0 | 0.80 |
| HSL | 272.09º | 0.7% | 0.12% | - |
| HSV(B) | 272.09º | 0.83% | 0.2% | - |
| XYZ | 1.31 | 0.75 | 3.32 | - |
| YUV | 20.78 | 145.62 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 9 | 52 | 0.38 | 0.83 | 0 | 0.80 | 272.09 | 0.7 | 0.12 |
| Hex | 20 | 9 | 34 | 26 | 53 | 0 | 50 | 110 | 46 | C |
| Octal | 40 | 11 | 64 | 46 | 123 | 0 | 120 | 420 | 106 | 14 |
| Binary | 100000 | 1001 | 110100 | 100110 | 1010011 | 0 | 1010000 | 100010000 | 1000110 | 1100 |
Color Harmonies of #200934
Complementary color
Monochromatic Colors of #200934
Black with #200934
Text Example
Text Example
White with #200934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200934; }
p { color: rgb(32,9,52); }
H1.HeaderClassName
{
color: #200934;
}
.AnyTagClassName
{
color: #200934;
}
</style>
background-color css
<style>
a { background-color: #200934; }
a { background-color: rgb(32,9,52); }
div.DivClassName
{
background-color: #200934;
}
.BgClassName
{
background-color: #200934;
}
</style>
border-color css
<style>
span { border-color: #200934; }
span { border-color: rgb(32,9,52); }
td.TdClassName
{
border-color: #200934;
}
.TagClassName
{
border-color: #200934;
}
</style>