Shades of Blackcurrant #200A31
Tints of Blackcurrant #200A31
RGB
CMYK
RGB Variations
Color information
#200A31 (or 0x200A31) is known color: Blackcurrant. HEX triplet: 20, 0A and 31. RGB value is (32,10,49). Sum of RGB (Red+Green+Blue) = 32+10+49=91 (12% of max value = 765). Red value is 32 (12.89% from 255 or 35.16% from 91); Green value is 10 (4.30% from 255 or 10.99% from 91); Blue value is 49 (19.53% from 255 or 53.85% from 91); Max value from RGB is 49 - color contains mainly: blue. Hex color #200A31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200A31 is #DFF5CE. Grayscale: #141414. Windows color (decimal): -14677455 or 3213856. OLE color: 3213856.
HSL color Cylindrical-coordinate representation of color #200A31: hue angle of 273.85º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #200A31 is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 32 | 10 | 49 | - |
| CMYK | 0.35 | 0.80 | 0 | 0.81 |
| HSL | 273.85º | 0.66% | 0.12% | - |
| HSV(B) | 273.85º | 0.8% | 0.19% | - |
| XYZ | 1.26 | 0.75 | 2.98 | - |
| YUV | 21.02 | 143.79 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 10 | 49 | 0.35 | 0.80 | 0 | 0.81 | 273.85 | 0.66 | 0.12 |
| Hex | 20 | A | 31 | 23 | 50 | 0 | 51 | 112 | 42 | C |
| Octal | 40 | 12 | 61 | 43 | 120 | 0 | 121 | 422 | 102 | 14 |
| Binary | 100000 | 1010 | 110001 | 100011 | 1010000 | 0 | 1010001 | 100010010 | 1000010 | 1100 |
Color Harmonies of #200A31
Complementary color
Monochromatic Colors of #200A31
Black with #200A31
Text Example
Text Example
White with #200A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200A31; }
p { color: rgb(32,10,49); }
H1.HeaderClassName
{
color: #200A31;
}
.AnyTagClassName
{
color: #200A31;
}
</style>
background-color css
<style>
a { background-color: #200A31; }
a { background-color: rgb(32,10,49); }
div.DivClassName
{
background-color: #200A31;
}
.BgClassName
{
background-color: #200A31;
}
</style>
border-color css
<style>
span { border-color: #200A31; }
span { border-color: rgb(32,10,49); }
td.TdClassName
{
border-color: #200A31;
}
.TagClassName
{
border-color: #200A31;
}
</style>