Shades of Blackcurrant #201929
Tints of Blackcurrant #201929
RGB
CMYK
RGB Variations
Color information
#201929 (or 0x201929) is known color: Blackcurrant. HEX triplet: 20, 19 and 29. RGB value is (32,25,41). Sum of RGB (Red+Green+Blue) = 32+25+41=98 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.65% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 41 (16.41% from 255 or 41.84% from 98); Max value from RGB is 41 - color contains mainly: blue. Hex color #201929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201929 is #DFE6D6. Grayscale: #1C1C1C. Windows color (decimal): -14673623 or 2693408. OLE color: 2693408.
HSL color Cylindrical-coordinate representation of color #201929: hue angle of 266.25º degrees, saturation: 0.24, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #201929 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 32 | 25 | 41 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.84 |
| HSL | 266.25º | 0.24% | 0.13% | - |
| HSV(B) | 266.25º | 0.39% | 0.16% | - |
| XYZ | 1.34 | 1.16 | 2.25 | - |
| YUV | 28.92 | 134.82 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 25 | 41 | 0.22 | 0.39 | 0 | 0.84 | 266.25 | 0.24 | 0.13 |
| Hex | 20 | 19 | 29 | 16 | 27 | 0 | 54 | 10A | 18 | D |
| Octal | 40 | 31 | 51 | 26 | 47 | 0 | 124 | 412 | 30 | 15 |
| Binary | 100000 | 11001 | 101001 | 10110 | 100111 | 0 | 1010100 | 100001010 | 11000 | 1101 |
Color Harmonies of #201929
Complementary color
Monochromatic Colors of #201929
Black with #201929
Text Example
Text Example
White with #201929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201929; }
p { color: rgb(32,25,41); }
H1.HeaderClassName
{
color: #201929;
}
.AnyTagClassName
{
color: #201929;
}
</style>
background-color css
<style>
a { background-color: #201929; }
a { background-color: rgb(32,25,41); }
div.DivClassName
{
background-color: #201929;
}
.BgClassName
{
background-color: #201929;
}
</style>
border-color css
<style>
span { border-color: #201929; }
span { border-color: rgb(32,25,41); }
td.TdClassName
{
border-color: #201929;
}
.TagClassName
{
border-color: #201929;
}
</style>