Shades of Blackcurrant #201A25
Tints of Blackcurrant #201A25
RGB
CMYK
RGB Variations
Color information
#201A25 (or 0x201A25) is known color: Blackcurrant. HEX triplet: 20, 1A and 25. RGB value is (32,26,37). Sum of RGB (Red+Green+Blue) = 32+26+37=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 26 (10.55% from 255 or 27.37% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 37 - color contains mainly: blue. Hex color #201A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201A25 is #DFE5DA. Grayscale: #1D1D1D. Windows color (decimal): -14673371 or 2431520. OLE color: 2431520.
HSL color Cylindrical-coordinate representation of color #201A25: hue angle of 272.73º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #201A25 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 32 | 26 | 37 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.85 |
| HSL | 272.73º | 0.17% | 0.12% | - |
| HSV(B) | 272.73º | 0.3% | 0.15% | - |
| XYZ | 1.3 | 1.18 | 1.91 | - |
| YUV | 29.05 | 132.49 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 37 | 0.14 | 0.30 | 0 | 0.85 | 272.73 | 0.17 | 0.12 |
| Hex | 20 | 1A | 25 | E | 1E | 0 | 55 | 111 | 11 | C |
| Octal | 40 | 32 | 45 | 16 | 36 | 0 | 125 | 421 | 21 | 14 |
| Binary | 100000 | 11010 | 100101 | 1110 | 11110 | 0 | 1010101 | 100010001 | 10001 | 1100 |
Color Harmonies of #201A25
Complementary color
Monochromatic Colors of #201A25
Black with #201A25
Text Example
Text Example
White with #201A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201A25; }
p { color: rgb(32,26,37); }
H1.HeaderClassName
{
color: #201A25;
}
.AnyTagClassName
{
color: #201A25;
}
</style>
background-color css
<style>
a { background-color: #201A25; }
a { background-color: rgb(32,26,37); }
div.DivClassName
{
background-color: #201A25;
}
.BgClassName
{
background-color: #201A25;
}
</style>
border-color css
<style>
span { border-color: #201A25; }
span { border-color: rgb(32,26,37); }
td.TdClassName
{
border-color: #201A25;
}
.TagClassName
{
border-color: #201A25;
}
</style>