Shades of Blackcurrant #200341
Tints of Blackcurrant #200341
RGB
CMYK
RGB Variations
Color information
#200341 (or 0x200341) is known color: Blackcurrant. HEX triplet: 20, 03 and 41. RGB value is (32,3,65). Sum of RGB (Red+Green+Blue) = 32+3+65=100 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 65 (25.78% from 255 or 65% from 100); Max value from RGB is 65 - color contains mainly: blue. Hex color #200341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200341 is #DFFCBE. Grayscale: #121212. Windows color (decimal): -14679231 or 4260640. OLE color: 4260640.
HSL color Cylindrical-coordinate representation of color #200341: hue angle of 268.06º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200341 is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 3 | 65 | - |
| CMYK | 0.51 | 0.95 | 0 | 0.75 |
| HSL | 268.06º | 0.91% | 0.13% | - |
| HSV(B) | 268.06º | 0.95% | 0.25% | - |
| XYZ | 1.58 | 0.75 | 5.06 | - |
| YUV | 18.74 | 154.11 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 65 | 0.51 | 0.95 | 0 | 0.75 | 268.06 | 0.91 | 0.13 |
| Hex | 20 | 3 | 41 | 33 | 5F | 0 | 4B | 10C | 5B | D |
| Octal | 40 | 3 | 101 | 63 | 137 | 0 | 113 | 414 | 133 | 15 |
| Binary | 100000 | 11 | 1000001 | 110011 | 1011111 | 0 | 1001011 | 100001100 | 1011011 | 1101 |
Color Harmonies of #200341
Complementary color
Monochromatic Colors of #200341
Black with #200341
Text Example
Text Example
White with #200341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200341; }
p { color: rgb(32,3,65); }
H1.HeaderClassName
{
color: #200341;
}
.AnyTagClassName
{
color: #200341;
}
</style>
background-color css
<style>
a { background-color: #200341; }
a { background-color: rgb(32,3,65); }
div.DivClassName
{
background-color: #200341;
}
.BgClassName
{
background-color: #200341;
}
</style>
border-color css
<style>
span { border-color: #200341; }
span { border-color: rgb(32,3,65); }
td.TdClassName
{
border-color: #200341;
}
.TagClassName
{
border-color: #200341;
}
</style>