Shades of Blackcurrant #201127
Tints of Blackcurrant #201127
RGB
CMYK
RGB Variations
Color information
#201127 (or 0x201127) is known color: Blackcurrant. HEX triplet: 20, 11 and 27. RGB value is (32,17,39). Sum of RGB (Red+Green+Blue) = 32+17+39=88 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.36% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 39 (15.62% from 255 or 44.32% from 88); Max value from RGB is 39 - color contains mainly: blue. Hex color #201127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201127 is #DFEED8. Grayscale: #171717. Windows color (decimal): -14675673 or 2560288. OLE color: 2560288.
HSL color Cylindrical-coordinate representation of color #201127: hue angle of 280.91º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #201127 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 32 | 17 | 39 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.85 |
| HSL | 280.91º | 0.39% | 0.11% | - |
| HSV(B) | 280.91º | 0.56% | 0.15% | - |
| XYZ | 1.16 | 0.85 | 2.02 | - |
| YUV | 23.99 | 136.47 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 39 | 0.18 | 0.56 | 0 | 0.85 | 280.91 | 0.39 | 0.11 |
| Hex | 20 | 11 | 27 | 12 | 38 | 0 | 55 | 119 | 27 | B |
| Octal | 40 | 21 | 47 | 22 | 70 | 0 | 125 | 431 | 47 | 13 |
| Binary | 100000 | 10001 | 100111 | 10010 | 111000 | 0 | 1010101 | 100011001 | 100111 | 1011 |
Color Harmonies of #201127
Complementary color
Monochromatic Colors of #201127
Black with #201127
Text Example
Text Example
White with #201127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201127; }
p { color: rgb(32,17,39); }
H1.HeaderClassName
{
color: #201127;
}
.AnyTagClassName
{
color: #201127;
}
</style>
background-color css
<style>
a { background-color: #201127; }
a { background-color: rgb(32,17,39); }
div.DivClassName
{
background-color: #201127;
}
.BgClassName
{
background-color: #201127;
}
</style>
border-color css
<style>
span { border-color: #201127; }
span { border-color: rgb(32,17,39); }
td.TdClassName
{
border-color: #201127;
}
.TagClassName
{
border-color: #201127;
}
</style>