Shades of Blackcurrant #201227
Tints of Blackcurrant #201227
RGB
CMYK
RGB Variations
Color information
#201227 (or 0x201227) is known color: Blackcurrant. HEX triplet: 20, 12 and 27. RGB value is (32,18,39). Sum of RGB (Red+Green+Blue) = 32+18+39=89 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.96% from 89); Green value is 18 (7.42% from 255 or 20.22% from 89); Blue value is 39 (15.62% from 255 or 43.82% from 89); Max value from RGB is 39 - color contains mainly: blue. Hex color #201227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201227 is #DFEDD8. Grayscale: #181818. Windows color (decimal): -14675417 or 2560544. OLE color: 2560544.
HSL color Cylindrical-coordinate representation of color #201227: hue angle of 280º 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 #201227 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 32 | 18 | 39 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.85 |
| HSL | 280º | 0.37% | 0.11% | - |
| HSV(B) | 280º | 0.54% | 0.15% | - |
| XYZ | 1.18 | 0.89 | 2.03 | - |
| YUV | 24.58 | 136.14 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 39 | 0.18 | 0.54 | 0 | 0.85 | 280 | 0.37 | 0.11 |
| Hex | 20 | 12 | 27 | 12 | 36 | 0 | 55 | 118 | 25 | B |
| Octal | 40 | 22 | 47 | 22 | 66 | 0 | 125 | 430 | 45 | 13 |
| Binary | 100000 | 10010 | 100111 | 10010 | 110110 | 0 | 1010101 | 100011000 | 100101 | 1011 |
Color Harmonies of #201227
Complementary color
Monochromatic Colors of #201227
Black with #201227
Text Example
Text Example
White with #201227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201227; }
p { color: rgb(32,18,39); }
H1.HeaderClassName
{
color: #201227;
}
.AnyTagClassName
{
color: #201227;
}
</style>
background-color css
<style>
a { background-color: #201227; }
a { background-color: rgb(32,18,39); }
div.DivClassName
{
background-color: #201227;
}
.BgClassName
{
background-color: #201227;
}
</style>
border-color css
<style>
span { border-color: #201227; }
span { border-color: rgb(32,18,39); }
td.TdClassName
{
border-color: #201227;
}
.TagClassName
{
border-color: #201227;
}
</style>