Shades of Blackcurrant #201527
Tints of Blackcurrant #201527
RGB
CMYK
RGB Variations
Color information
#201527 (or 0x201527) is known color: Blackcurrant. HEX triplet: 20, 15 and 27. RGB value is (32,21,39). Sum of RGB (Red+Green+Blue) = 32+21+39=92 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.78% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 39 (15.62% from 255 or 42.39% from 92); Max value from RGB is 39 - color contains mainly: blue. Hex color #201527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201527 is #DFEAD8. Grayscale: #1A1A1A. Windows color (decimal): -14674649 or 2561312. OLE color: 2561312.
HSL color Cylindrical-coordinate representation of color #201527: hue angle of 276.67º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #201527 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 32 | 21 | 39 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.85 |
| HSL | 276.67º | 0.3% | 0.12% | - |
| HSV(B) | 276.67º | 0.46% | 0.15% | - |
| XYZ | 1.23 | 0.99 | 2.05 | - |
| YUV | 26.34 | 135.14 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 39 | 0.18 | 0.46 | 0 | 0.85 | 276.67 | 0.3 | 0.12 |
| Hex | 20 | 15 | 27 | 12 | 2E | 0 | 55 | 115 | 1E | C |
| Octal | 40 | 25 | 47 | 22 | 56 | 0 | 125 | 425 | 36 | 14 |
| Binary | 100000 | 10101 | 100111 | 10010 | 101110 | 0 | 1010101 | 100010101 | 11110 | 1100 |
Color Harmonies of #201527
Complementary color
Monochromatic Colors of #201527
Black with #201527
Text Example
Text Example
White with #201527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201527; }
p { color: rgb(32,21,39); }
H1.HeaderClassName
{
color: #201527;
}
.AnyTagClassName
{
color: #201527;
}
</style>
background-color css
<style>
a { background-color: #201527; }
a { background-color: rgb(32,21,39); }
div.DivClassName
{
background-color: #201527;
}
.BgClassName
{
background-color: #201527;
}
</style>
border-color css
<style>
span { border-color: #201527; }
span { border-color: rgb(32,21,39); }
td.TdClassName
{
border-color: #201527;
}
.TagClassName
{
border-color: #201527;
}
</style>