Shades of Blackcurrant #201526
Tints of Blackcurrant #201526
RGB
CMYK
RGB Variations
Color information
#201526 (or 0x201526) is known color: Blackcurrant. HEX triplet: 20, 15 and 26. RGB value is (32,21,38). Sum of RGB (Red+Green+Blue) = 32+21+38=91 (12% of max value = 765). Red value is 32 (12.89% from 255 or 35.16% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 38 (15.23% from 255 or 41.76% from 91); Max value from RGB is 38 - color contains mainly: blue. Hex color #201526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201526 is #DFEAD9. Grayscale: #1A1A1A. Windows color (decimal): -14674650 or 2495776. OLE color: 2495776.
HSL color Cylindrical-coordinate representation of color #201526: hue angle of 278.82º degrees, saturation: 0.29, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #201526 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 32 | 21 | 38 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.85 |
| HSL | 278.82º | 0.29% | 0.12% | - |
| HSV(B) | 278.82º | 0.45% | 0.15% | - |
| XYZ | 1.21 | 0.98 | 1.96 | - |
| YUV | 26.23 | 134.64 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 38 | 0.16 | 0.45 | 0 | 0.85 | 278.82 | 0.29 | 0.12 |
| Hex | 20 | 15 | 26 | 10 | 2D | 0 | 55 | 117 | 1D | C |
| Octal | 40 | 25 | 46 | 20 | 55 | 0 | 125 | 427 | 35 | 14 |
| Binary | 100000 | 10101 | 100110 | 10000 | 101101 | 0 | 1010101 | 100010111 | 11101 | 1100 |
Color Harmonies of #201526
Complementary color
Monochromatic Colors of #201526
Black with #201526
Text Example
Text Example
White with #201526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201526; }
p { color: rgb(32,21,38); }
H1.HeaderClassName
{
color: #201526;
}
.AnyTagClassName
{
color: #201526;
}
</style>
background-color css
<style>
a { background-color: #201526; }
a { background-color: rgb(32,21,38); }
div.DivClassName
{
background-color: #201526;
}
.BgClassName
{
background-color: #201526;
}
</style>
border-color css
<style>
span { border-color: #201526; }
span { border-color: rgb(32,21,38); }
td.TdClassName
{
border-color: #201526;
}
.TagClassName
{
border-color: #201526;
}
</style>