Shades of Blackcurrant #201523
Tints of Blackcurrant #201523
RGB
CMYK
RGB Variations
Color information
#201523 (or 0x201523) is known color: Blackcurrant. HEX triplet: 20, 15 and 23. RGB value is (32,21,35). Sum of RGB (Red+Green+Blue) = 32+21+35=88 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.36% from 88); Green value is 21 (8.59% from 255 or 23.86% from 88); Blue value is 35 (14.06% from 255 or 39.77% from 88); Max value from RGB is 35 - color contains mainly: blue. Hex color #201523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201523 is #DFEADC. Grayscale: #191919. Windows color (decimal): -14674653 or 2299168. OLE color: 2299168.
HSL color Cylindrical-coordinate representation of color #201523: hue angle of 287.14º degrees, saturation: 0.25, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #201523 is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 32 | 21 | 35 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.86 |
| HSL | 287.14º | 0.25% | 0.11% | - |
| HSV(B) | 287.14º | 0.4% | 0.14% | - |
| XYZ | 1.17 | 0.96 | 1.71 | - |
| YUV | 25.89 | 133.14 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 35 | 0.09 | 0.40 | 0 | 0.86 | 287.14 | 0.25 | 0.11 |
| Hex | 20 | 15 | 23 | 9 | 28 | 0 | 56 | 11F | 19 | B |
| Octal | 40 | 25 | 43 | 11 | 50 | 0 | 126 | 437 | 31 | 13 |
| Binary | 100000 | 10101 | 100011 | 1001 | 101000 | 0 | 1010110 | 100011111 | 11001 | 1011 |
Color Harmonies of #201523
Complementary color
Monochromatic Colors of #201523
Black with #201523
Text Example
Text Example
White with #201523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201523; }
p { color: rgb(32,21,35); }
H1.HeaderClassName
{
color: #201523;
}
.AnyTagClassName
{
color: #201523;
}
</style>
background-color css
<style>
a { background-color: #201523; }
a { background-color: rgb(32,21,35); }
div.DivClassName
{
background-color: #201523;
}
.BgClassName
{
background-color: #201523;
}
</style>
border-color css
<style>
span { border-color: #201523; }
span { border-color: rgb(32,21,35); }
td.TdClassName
{
border-color: #201523;
}
.TagClassName
{
border-color: #201523;
}
</style>