Shades of Blackcurrant #200323
Tints of Blackcurrant #200323
RGB
CMYK
RGB Variations
Color information
#200323 (or 0x200323) is known color: Blackcurrant. HEX triplet: 20, 03 and 23. RGB value is (32,3,35). Sum of RGB (Red+Green+Blue) = 32+3+35=70 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.71% from 70); Green value is 3 (1.56% from 255 or 4.29% from 70); Blue value is 35 (14.06% from 255 or 50% from 70); Max value from RGB is 35 - color contains mainly: blue. Hex color #200323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200323 is #DFFCDC. Grayscale: #0F0F0F. Windows color (decimal): -14679261 or 2294560. OLE color: 2294560.
HSL color Cylindrical-coordinate representation of color #200323: hue angle of 294.38º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #200323 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 32 | 3 | 35 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.86 |
| HSL | 294.38º | 0.84% | 0.07% | - |
| HSV(B) | 294.38º | 0.91% | 0.14% | - |
| XYZ | 0.93 | 0.49 | 1.64 | - |
| YUV | 15.32 | 139.11 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 35 | 0.09 | 0.91 | 0 | 0.86 | 294.38 | 0.84 | 0.07 |
| Hex | 20 | 3 | 23 | 9 | 5B | 0 | 56 | 126 | 54 | 7 |
| Octal | 40 | 3 | 43 | 11 | 133 | 0 | 126 | 446 | 124 | 7 |
| Binary | 100000 | 11 | 100011 | 1001 | 1011011 | 0 | 1010110 | 100100110 | 1010100 | 111 |
Color Harmonies of #200323
Complementary color
Monochromatic Colors of #200323
Black with #200323
Text Example
Text Example
White with #200323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200323; }
p { color: rgb(32,3,35); }
H1.HeaderClassName
{
color: #200323;
}
.AnyTagClassName
{
color: #200323;
}
</style>
background-color css
<style>
a { background-color: #200323; }
a { background-color: rgb(32,3,35); }
div.DivClassName
{
background-color: #200323;
}
.BgClassName
{
background-color: #200323;
}
</style>
border-color css
<style>
span { border-color: #200323; }
span { border-color: rgb(32,3,35); }
td.TdClassName
{
border-color: #200323;
}
.TagClassName
{
border-color: #200323;
}
</style>