Shades of Blackcurrant #200823
Tints of Blackcurrant #200823
RGB
CMYK
RGB Variations
Color information
#200823 (or 0x200823) is known color: Blackcurrant. HEX triplet: 20, 08 and 23. RGB value is (32,8,35). Sum of RGB (Red+Green+Blue) = 32+8+35=75 (9% of max value = 765). Red value is 32 (12.89% from 255 or 42.67% from 75); Green value is 8 (3.52% from 255 or 10.67% from 75); Blue value is 35 (14.06% from 255 or 46.67% from 75); Max value from RGB is 35 - color contains mainly: blue. Hex color #200823 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200823 is #DFF7DC. Grayscale: #121212. Windows color (decimal): -14677981 or 2295840. OLE color: 2295840.
HSL color Cylindrical-coordinate representation of color #200823: hue angle of 293.33º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #200823 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 32 | 8 | 35 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.86 |
| HSL | 293.33º | 0.63% | 0.08% | - |
| HSV(B) | 293.33º | 0.77% | 0.14% | - |
| XYZ | 0.99 | 0.6 | 1.65 | - |
| YUV | 18.25 | 137.45 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 35 | 0.09 | 0.77 | 0 | 0.86 | 293.33 | 0.63 | 0.08 |
| Hex | 20 | 8 | 23 | 9 | 4D | 0 | 56 | 125 | 3F | 8 |
| Octal | 40 | 10 | 43 | 11 | 115 | 0 | 126 | 445 | 77 | 10 |
| Binary | 100000 | 1000 | 100011 | 1001 | 1001101 | 0 | 1010110 | 100100101 | 111111 | 1000 |
Color Harmonies of #200823
Complementary color
Monochromatic Colors of #200823
Black with #200823
Text Example
Text Example
White with #200823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200823; }
p { color: rgb(32,8,35); }
H1.HeaderClassName
{
color: #200823;
}
.AnyTagClassName
{
color: #200823;
}
</style>
background-color css
<style>
a { background-color: #200823; }
a { background-color: rgb(32,8,35); }
div.DivClassName
{
background-color: #200823;
}
.BgClassName
{
background-color: #200823;
}
</style>
border-color css
<style>
span { border-color: #200823; }
span { border-color: rgb(32,8,35); }
td.TdClassName
{
border-color: #200823;
}
.TagClassName
{
border-color: #200823;
}
</style>