Shades of Blackcurrant #201123
Tints of Blackcurrant #201123
RGB
CMYK
RGB Variations
Color information
#201123 (or 0x201123) is known color: Blackcurrant. HEX triplet: 20, 11 and 23. RGB value is (32,17,35). Sum of RGB (Red+Green+Blue) = 32+17+35=84 (11% of max value = 765). Red value is 32 (12.89% from 255 or 38.10% from 84); Green value is 17 (7.03% from 255 or 20.24% from 84); Blue value is 35 (14.06% from 255 or 41.67% from 84); Max value from RGB is 35 - color contains mainly: blue. Hex color #201123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201123 is #DFEEDC. Grayscale: #171717. Windows color (decimal): -14675677 or 2298144. OLE color: 2298144.
HSL color Cylindrical-coordinate representation of color #201123: hue angle of 290º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #201123 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 32 | 17 | 35 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.86 |
| HSL | 290º | 0.35% | 0.1% | - |
| HSV(B) | 290º | 0.51% | 0.14% | - |
| XYZ | 1.1 | 0.83 | 1.69 | - |
| YUV | 23.54 | 134.47 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 35 | 0.09 | 0.51 | 0 | 0.86 | 290 | 0.35 | 0.1 |
| Hex | 20 | 11 | 23 | 9 | 33 | 0 | 56 | 122 | 23 | A |
| Octal | 40 | 21 | 43 | 11 | 63 | 0 | 126 | 442 | 43 | 12 |
| Binary | 100000 | 10001 | 100011 | 1001 | 110011 | 0 | 1010110 | 100100010 | 100011 | 1010 |
Color Harmonies of #201123
Complementary color
Monochromatic Colors of #201123
Black with #201123
Text Example
Text Example
White with #201123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201123; }
p { color: rgb(32,17,35); }
H1.HeaderClassName
{
color: #201123;
}
.AnyTagClassName
{
color: #201123;
}
</style>
background-color css
<style>
a { background-color: #201123; }
a { background-color: rgb(32,17,35); }
div.DivClassName
{
background-color: #201123;
}
.BgClassName
{
background-color: #201123;
}
</style>
border-color css
<style>
span { border-color: #201123; }
span { border-color: rgb(32,17,35); }
td.TdClassName
{
border-color: #201123;
}
.TagClassName
{
border-color: #201123;
}
</style>