Shades of Blackcurrant #201027
Tints of Blackcurrant #201027
RGB
CMYK
RGB Variations
Color information
#201027 (or 0x201027) is known color: Blackcurrant. HEX triplet: 20, 10 and 27. RGB value is (32,16,39). Sum of RGB (Red+Green+Blue) = 32+16+39=87 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.78% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 39 (15.62% from 255 or 44.83% from 87); Max value from RGB is 39 - color contains mainly: blue. Hex color #201027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201027 is #DFEFD8. Grayscale: #171717. Windows color (decimal): -14675929 or 2560032. OLE color: 2560032.
HSL color Cylindrical-coordinate representation of color #201027: hue angle of 281.74º degrees, saturation: 0.42, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #201027 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 32 | 16 | 39 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.85 |
| HSL | 281.74º | 0.42% | 0.11% | - |
| HSV(B) | 281.74º | 0.59% | 0.15% | - |
| XYZ | 1.15 | 0.82 | 2.02 | - |
| YUV | 23.41 | 136.8 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 39 | 0.18 | 0.59 | 0 | 0.85 | 281.74 | 0.42 | 0.11 |
| Hex | 20 | 10 | 27 | 12 | 3B | 0 | 55 | 11A | 2A | B |
| Octal | 40 | 20 | 47 | 22 | 73 | 0 | 125 | 432 | 52 | 13 |
| Binary | 100000 | 10000 | 100111 | 10010 | 111011 | 0 | 1010101 | 100011010 | 101010 | 1011 |
Color Harmonies of #201027
Complementary color
Monochromatic Colors of #201027
Black with #201027
Text Example
Text Example
White with #201027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201027; }
p { color: rgb(32,16,39); }
H1.HeaderClassName
{
color: #201027;
}
.AnyTagClassName
{
color: #201027;
}
</style>
background-color css
<style>
a { background-color: #201027; }
a { background-color: rgb(32,16,39); }
div.DivClassName
{
background-color: #201027;
}
.BgClassName
{
background-color: #201027;
}
</style>
border-color css
<style>
span { border-color: #201027; }
span { border-color: rgb(32,16,39); }
td.TdClassName
{
border-color: #201027;
}
.TagClassName
{
border-color: #201027;
}
</style>