Shades of Blackcurrant #200D35
Tints of Blackcurrant #200D35
RGB
CMYK
RGB Variations
Color information
#200D35 (or 0x200D35) is known color: Blackcurrant. HEX triplet: 20, 0D and 35. RGB value is (32,13,53). Sum of RGB (Red+Green+Blue) = 32+13+53=98 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.65% from 98); Green value is 13 (5.47% from 255 or 13.27% from 98); Blue value is 53 (21.09% from 255 or 54.08% from 98); Max value from RGB is 53 - color contains mainly: blue. Hex color #200D35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200D35 is #DFF2CA. Grayscale: #171717. Windows color (decimal): -14676683 or 3476768. OLE color: 3476768.
HSL color Cylindrical-coordinate representation of color #200D35: hue angle of 268.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #200D35 is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 32 | 13 | 53 | - |
| CMYK | 0.40 | 0.75 | 0 | 0.79 |
| HSL | 268.5º | 0.61% | 0.13% | - |
| HSV(B) | 268.5º | 0.75% | 0.21% | - |
| XYZ | 1.38 | 0.85 | 3.46 | - |
| YUV | 23.24 | 144.79 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 13 | 53 | 0.40 | 0.75 | 0 | 0.79 | 268.5 | 0.61 | 0.13 |
| Hex | 20 | D | 35 | 28 | 4B | 0 | 4F | 10C | 3D | D |
| Octal | 40 | 15 | 65 | 50 | 113 | 0 | 117 | 414 | 75 | 15 |
| Binary | 100000 | 1101 | 110101 | 101000 | 1001011 | 0 | 1001111 | 100001100 | 111101 | 1101 |
Color Harmonies of #200D35
Complementary color
Monochromatic Colors of #200D35
Black with #200D35
Text Example
Text Example
White with #200D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200D35; }
p { color: rgb(32,13,53); }
H1.HeaderClassName
{
color: #200D35;
}
.AnyTagClassName
{
color: #200D35;
}
</style>
background-color css
<style>
a { background-color: #200D35; }
a { background-color: rgb(32,13,53); }
div.DivClassName
{
background-color: #200D35;
}
.BgClassName
{
background-color: #200D35;
}
</style>
border-color css
<style>
span { border-color: #200D35; }
span { border-color: rgb(32,13,53); }
td.TdClassName
{
border-color: #200D35;
}
.TagClassName
{
border-color: #200D35;
}
</style>