Shades of Blackcurrant #200941
Tints of Blackcurrant #200941
RGB
CMYK
RGB Variations
Color information
#200941 (or 0x200941) is known color: Blackcurrant. HEX triplet: 20, 09 and 41. RGB value is (32,9,65). Sum of RGB (Red+Green+Blue) = 32+9+65=106 (14% of max value = 765). Red value is 32 (12.89% from 255 or 30.19% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 65 (25.78% from 255 or 61.32% from 106); Max value from RGB is 65 - color contains mainly: blue. Hex color #200941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200941 is #DFF6BE. Grayscale: #161616. Windows color (decimal): -14677695 or 4262176. OLE color: 4262176.
HSL color Cylindrical-coordinate representation of color #200941: hue angle of 264.64º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #200941 is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 9 | 65 | - |
| CMYK | 0.51 | 0.86 | 0 | 0.75 |
| HSL | 264.64º | 0.76% | 0.15% | - |
| HSV(B) | 264.64º | 0.86% | 0.25% | - |
| XYZ | 1.65 | 0.88 | 5.08 | - |
| YUV | 22.26 | 152.12 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 9 | 65 | 0.51 | 0.86 | 0 | 0.75 | 264.64 | 0.76 | 0.15 |
| Hex | 20 | 9 | 41 | 33 | 56 | 0 | 4B | 109 | 4C | F |
| Octal | 40 | 11 | 101 | 63 | 126 | 0 | 113 | 411 | 114 | 17 |
| Binary | 100000 | 1001 | 1000001 | 110011 | 1010110 | 0 | 1001011 | 100001001 | 1001100 | 1111 |
Color Harmonies of #200941
Complementary color
Monochromatic Colors of #200941
Black with #200941
Text Example
Text Example
White with #200941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200941; }
p { color: rgb(32,9,65); }
H1.HeaderClassName
{
color: #200941;
}
.AnyTagClassName
{
color: #200941;
}
</style>
background-color css
<style>
a { background-color: #200941; }
a { background-color: rgb(32,9,65); }
div.DivClassName
{
background-color: #200941;
}
.BgClassName
{
background-color: #200941;
}
</style>
border-color css
<style>
span { border-color: #200941; }
span { border-color: rgb(32,9,65); }
td.TdClassName
{
border-color: #200941;
}
.TagClassName
{
border-color: #200941;
}
</style>