Shades of Blackcurrant #201825
Tints of Blackcurrant #201825
RGB
CMYK
RGB Variations
Color information
#201825 (or 0x201825) is known color: Blackcurrant. HEX triplet: 20, 18 and 25. RGB value is (32,24,37). Sum of RGB (Red+Green+Blue) = 32+24+37=93 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.41% from 93); Green value is 24 (9.77% from 255 or 25.81% from 93); Blue value is 37 (14.84% from 255 or 39.78% from 93); Max value from RGB is 37 - color contains mainly: blue. Hex color #201825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201825 is #DFE7DA. Grayscale: #1B1B1B. Windows color (decimal): -14673883 or 2431008. OLE color: 2431008.
HSL color Cylindrical-coordinate representation of color #201825: hue angle of 276.92º degrees, saturation: 0.21, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #201825 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 32 | 24 | 37 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.85 |
| HSL | 276.92º | 0.21% | 0.12% | - |
| HSV(B) | 276.92º | 0.35% | 0.15% | - |
| XYZ | 1.26 | 1.09 | 1.9 | - |
| YUV | 27.87 | 133.15 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 37 | 0.14 | 0.35 | 0 | 0.85 | 276.92 | 0.21 | 0.12 |
| Hex | 20 | 18 | 25 | E | 23 | 0 | 55 | 115 | 15 | C |
| Octal | 40 | 30 | 45 | 16 | 43 | 0 | 125 | 425 | 25 | 14 |
| Binary | 100000 | 11000 | 100101 | 1110 | 100011 | 0 | 1010101 | 100010101 | 10101 | 1100 |
Color Harmonies of #201825
Complementary color
Monochromatic Colors of #201825
Black with #201825
Text Example
Text Example
White with #201825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201825; }
p { color: rgb(32,24,37); }
H1.HeaderClassName
{
color: #201825;
}
.AnyTagClassName
{
color: #201825;
}
</style>
background-color css
<style>
a { background-color: #201825; }
a { background-color: rgb(32,24,37); }
div.DivClassName
{
background-color: #201825;
}
.BgClassName
{
background-color: #201825;
}
</style>
border-color css
<style>
span { border-color: #201825; }
span { border-color: rgb(32,24,37); }
td.TdClassName
{
border-color: #201825;
}
.TagClassName
{
border-color: #201825;
}
</style>