Shades of Blackcurrant #200D2E
Tints of Blackcurrant #200D2E
RGB
CMYK
RGB Variations
Color information
#200D2E (or 0x200D2E) is known color: Blackcurrant. HEX triplet: 20, 0D and 2E. RGB value is (32,13,46). Sum of RGB (Red+Green+Blue) = 32+13+46=91 (12% of max value = 765). Red value is 32 (12.89% from 255 or 35.16% from 91); Green value is 13 (5.47% from 255 or 14.29% from 91); Blue value is 46 (18.36% from 255 or 50.55% from 91); Max value from RGB is 46 - color contains mainly: blue. Hex color #200D2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200D2E is #DFF2D1. Grayscale: #161616. Windows color (decimal): -14676690 or 3018016. OLE color: 3018016.
HSL color Cylindrical-coordinate representation of color #200D2E: hue angle of 274.55º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #200D2E is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 13 | 46 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.82 |
| HSL | 274.55º | 0.56% | 0.12% | - |
| HSV(B) | 274.55º | 0.72% | 0.18% | - |
| XYZ | 1.23 | 0.79 | 2.67 | - |
| YUV | 22.44 | 141.29 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 13 | 46 | 0.30 | 0.72 | 0 | 0.82 | 274.55 | 0.56 | 0.12 |
| Hex | 20 | D | 2E | 1E | 48 | 0 | 52 | 113 | 38 | C |
| Octal | 40 | 15 | 56 | 36 | 110 | 0 | 122 | 423 | 70 | 14 |
| Binary | 100000 | 1101 | 101110 | 11110 | 1001000 | 0 | 1010010 | 100010011 | 111000 | 1100 |
Color Harmonies of #200D2E
Complementary color
Monochromatic Colors of #200D2E
Black with #200D2E
Text Example
Text Example
White with #200D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200D2E; }
p { color: rgb(32,13,46); }
H1.HeaderClassName
{
color: #200D2E;
}
.AnyTagClassName
{
color: #200D2E;
}
</style>
background-color css
<style>
a { background-color: #200D2E; }
a { background-color: rgb(32,13,46); }
div.DivClassName
{
background-color: #200D2E;
}
.BgClassName
{
background-color: #200D2E;
}
</style>
border-color css
<style>
span { border-color: #200D2E; }
span { border-color: rgb(32,13,46); }
td.TdClassName
{
border-color: #200D2E;
}
.TagClassName
{
border-color: #200D2E;
}
</style>