Shades of Blackcurrant #200D32
Tints of Blackcurrant #200D32
RGB
CMYK
RGB Variations
Color information
#200D32 (or 0x200D32) is known color: Blackcurrant. HEX triplet: 20, 0D and 32. RGB value is (32,13,50). Sum of RGB (Red+Green+Blue) = 32+13+50=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 13 (5.47% from 255 or 13.68% from 95); Blue value is 50 (19.92% from 255 or 52.63% from 95); Max value from RGB is 50 - color contains mainly: blue. Hex color #200D32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200D32 is #DFF2CD. Grayscale: #161616. Windows color (decimal): -14676686 or 3280160. OLE color: 3280160.
HSL color Cylindrical-coordinate representation of color #200D32: hue angle of 270.81º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #200D32 is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 32 | 13 | 50 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.80 |
| HSL | 270.81º | 0.59% | 0.12% | - |
| HSV(B) | 270.81º | 0.74% | 0.2% | - |
| XYZ | 1.32 | 0.83 | 3.11 | - |
| YUV | 22.9 | 143.29 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 13 | 50 | 0.36 | 0.74 | 0 | 0.80 | 270.81 | 0.59 | 0.12 |
| Hex | 20 | D | 32 | 24 | 4A | 0 | 50 | 10F | 3B | C |
| Octal | 40 | 15 | 62 | 44 | 112 | 0 | 120 | 417 | 73 | 14 |
| Binary | 100000 | 1101 | 110010 | 100100 | 1001010 | 0 | 1010000 | 100001111 | 111011 | 1100 |
Color Harmonies of #200D32
Complementary color
Monochromatic Colors of #200D32
Black with #200D32
Text Example
Text Example
White with #200D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200D32; }
p { color: rgb(32,13,50); }
H1.HeaderClassName
{
color: #200D32;
}
.AnyTagClassName
{
color: #200D32;
}
</style>
background-color css
<style>
a { background-color: #200D32; }
a { background-color: rgb(32,13,50); }
div.DivClassName
{
background-color: #200D32;
}
.BgClassName
{
background-color: #200D32;
}
</style>
border-color css
<style>
span { border-color: #200D32; }
span { border-color: rgb(32,13,50); }
td.TdClassName
{
border-color: #200D32;
}
.TagClassName
{
border-color: #200D32;
}
</style>