Shades of Blackcurrant #201A23
Tints of Blackcurrant #201A23
RGB
CMYK
RGB Variations
Color information
#201A23 (or 0x201A23) is known color: Blackcurrant. HEX triplet: 20, 1A and 23. RGB value is (32,26,35). Sum of RGB (Red+Green+Blue) = 32+26+35=93 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.41% from 93); Green value is 26 (10.55% from 255 or 27.96% from 93); Blue value is 35 (14.06% from 255 or 37.63% from 93); Max value from RGB is 35 - color contains mainly: blue. Hex color #201A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201A23 is #DFE5DC. Grayscale: #1C1C1C. Windows color (decimal): -14673373 or 2300448. OLE color: 2300448.
HSL color Cylindrical-coordinate representation of color #201A23: hue angle of 280º degrees, saturation: 0.15, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #201A23 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 32 | 26 | 35 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.86 |
| HSL | 280º | 0.15% | 0.12% | - |
| HSV(B) | 280º | 0.26% | 0.14% | - |
| XYZ | 1.27 | 1.17 | 1.75 | - |
| YUV | 28.82 | 131.49 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 35 | 0.09 | 0.26 | 0 | 0.86 | 280 | 0.15 | 0.12 |
| Hex | 20 | 1A | 23 | 9 | 1A | 0 | 56 | 118 | F | C |
| Octal | 40 | 32 | 43 | 11 | 32 | 0 | 126 | 430 | 17 | 14 |
| Binary | 100000 | 11010 | 100011 | 1001 | 11010 | 0 | 1010110 | 100011000 | 1111 | 1100 |
Color Harmonies of #201A23
Complementary color
Monochromatic Colors of #201A23
Black with #201A23
Text Example
Text Example
White with #201A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201A23; }
p { color: rgb(32,26,35); }
H1.HeaderClassName
{
color: #201A23;
}
.AnyTagClassName
{
color: #201A23;
}
</style>
background-color css
<style>
a { background-color: #201A23; }
a { background-color: rgb(32,26,35); }
div.DivClassName
{
background-color: #201A23;
}
.BgClassName
{
background-color: #201A23;
}
</style>
border-color css
<style>
span { border-color: #201A23; }
span { border-color: rgb(32,26,35); }
td.TdClassName
{
border-color: #201A23;
}
.TagClassName
{
border-color: #201A23;
}
</style>