Shades of Blackcurrant #200023
Tints of Blackcurrant #200023
RGB
CMYK
RGB Variations
Color information
#200023 (or 0x200023) is known color: Blackcurrant. HEX triplet: 20, 00 and 23. RGB value is (32,0,35). Sum of RGB (Red+Green+Blue) = 32+0+35=67 (8% of max value = 765). Red value is 32 (12.89% from 255 or 47.76% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 35 (14.06% from 255 or 52.24% from 67); Max value from RGB is 35 - color contains mainly: blue. Hex color #200023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200023 is #DFFFDC. Grayscale: #0D0D0D. Windows color (decimal): -14680029 or 2293792. OLE color: 2293792.
HSL color Cylindrical-coordinate representation of color #200023: hue angle of 294.86º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #200023 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 32 | 0 | 35 | - |
| CMYK | 0.09 | 1 | 0 | 0.86 |
| HSL | 294.86º | 1% | 0.07% | - |
| HSV(B) | 294.86º | 1% | 0.14% | - |
| XYZ | 0.9 | 0.43 | 1.63 | - |
| YUV | 13.56 | 140.1 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 0 | 35 | 0.09 | 1 | 0 | 0.86 | 294.86 | 1 | 0.07 |
| Hex | 20 | 0 | 23 | 9 | 64 | 0 | 56 | 127 | 64 | 7 |
| Octal | 40 | 0 | 43 | 11 | 144 | 0 | 126 | 447 | 144 | 7 |
| Binary | 100000 | 0 | 100011 | 1001 | 1100100 | 0 | 1010110 | 100100111 | 1100100 | 111 |
Color Harmonies of #200023
Complementary color
Monochromatic Colors of #200023
Black with #200023
Text Example
Text Example
White with #200023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200023; }
p { color: rgb(32,0,35); }
H1.HeaderClassName
{
color: #200023;
}
.AnyTagClassName
{
color: #200023;
}
</style>
background-color css
<style>
a { background-color: #200023; }
a { background-color: rgb(32,0,35); }
div.DivClassName
{
background-color: #200023;
}
.BgClassName
{
background-color: #200023;
}
</style>
border-color css
<style>
span { border-color: #200023; }
span { border-color: rgb(32,0,35); }
td.TdClassName
{
border-color: #200023;
}
.TagClassName
{
border-color: #200023;
}
</style>