Shades of Blackcurrant #201125
Tints of Blackcurrant #201125
RGB
CMYK
RGB Variations
Color information
#201125 (or 0x201125) is known color: Blackcurrant. HEX triplet: 20, 11 and 25. RGB value is (32,17,37). Sum of RGB (Red+Green+Blue) = 32+17+37=86 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.21% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 37 (14.84% from 255 or 43.02% from 86); Max value from RGB is 37 - color contains mainly: blue. Hex color #201125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201125 is #DFEEDA. Grayscale: #171717. Windows color (decimal): -14675675 or 2429216. OLE color: 2429216.
HSL color Cylindrical-coordinate representation of color #201125: hue angle of 285º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #201125 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 32 | 17 | 37 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.85 |
| HSL | 285º | 0.37% | 0.11% | - |
| HSV(B) | 285º | 0.54% | 0.15% | - |
| XYZ | 1.13 | 0.84 | 1.85 | - |
| YUV | 23.77 | 135.47 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 37 | 0.14 | 0.54 | 0 | 0.85 | 285 | 0.37 | 0.11 |
| Hex | 20 | 11 | 25 | E | 36 | 0 | 55 | 11D | 25 | B |
| Octal | 40 | 21 | 45 | 16 | 66 | 0 | 125 | 435 | 45 | 13 |
| Binary | 100000 | 10001 | 100101 | 1110 | 110110 | 0 | 1010101 | 100011101 | 100101 | 1011 |
Color Harmonies of #201125
Complementary color
Monochromatic Colors of #201125
Black with #201125
Text Example
Text Example
White with #201125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201125; }
p { color: rgb(32,17,37); }
H1.HeaderClassName
{
color: #201125;
}
.AnyTagClassName
{
color: #201125;
}
</style>
background-color css
<style>
a { background-color: #201125; }
a { background-color: rgb(32,17,37); }
div.DivClassName
{
background-color: #201125;
}
.BgClassName
{
background-color: #201125;
}
</style>
border-color css
<style>
span { border-color: #201125; }
span { border-color: rgb(32,17,37); }
td.TdClassName
{
border-color: #201125;
}
.TagClassName
{
border-color: #201125;
}
</style>