Shades of Blackcurrant #200B24
Tints of Blackcurrant #200B24
RGB
CMYK
RGB Variations
Color information
#200B24 (or 0x200B24) is known color: Blackcurrant. HEX triplet: 20, 0B and 24. RGB value is (32,11,36). Sum of RGB (Red+Green+Blue) = 32+11+36=79 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40.51% from 79); Green value is 11 (4.69% from 255 or 13.92% from 79); Blue value is 36 (14.45% from 255 or 45.57% from 79); Max value from RGB is 36 - color contains mainly: blue. Hex color #200B24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200B24 is #DFF4DB. Grayscale: #141414. Windows color (decimal): -14677212 or 2362144. OLE color: 2362144.
HSL color Cylindrical-coordinate representation of color #200B24: hue angle of 290.4º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #200B24 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 32 | 11 | 36 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.86 |
| HSL | 290.4º | 0.53% | 0.09% | - |
| HSV(B) | 290.4º | 0.69% | 0.14% | - |
| XYZ | 1.03 | 0.67 | 1.74 | - |
| YUV | 20.13 | 136.96 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 36 | 0.11 | 0.69 | 0 | 0.86 | 290.4 | 0.53 | 0.09 |
| Hex | 20 | B | 24 | B | 45 | 0 | 56 | 122 | 35 | 9 |
| Octal | 40 | 13 | 44 | 13 | 105 | 0 | 126 | 442 | 65 | 11 |
| Binary | 100000 | 1011 | 100100 | 1011 | 1000101 | 0 | 1010110 | 100100010 | 110101 | 1001 |
Color Harmonies of #200B24
Complementary color
Monochromatic Colors of #200B24
Black with #200B24
Text Example
Text Example
White with #200B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200B24; }
p { color: rgb(32,11,36); }
H1.HeaderClassName
{
color: #200B24;
}
.AnyTagClassName
{
color: #200B24;
}
</style>
background-color css
<style>
a { background-color: #200B24; }
a { background-color: rgb(32,11,36); }
div.DivClassName
{
background-color: #200B24;
}
.BgClassName
{
background-color: #200B24;
}
</style>
border-color css
<style>
span { border-color: #200B24; }
span { border-color: rgb(32,11,36); }
td.TdClassName
{
border-color: #200B24;
}
.TagClassName
{
border-color: #200B24;
}
</style>