Shades of Blackcurrant #201225
Tints of Blackcurrant #201225
RGB
CMYK
RGB Variations
Color information
#201225 (or 0x201225) is known color: Blackcurrant. HEX triplet: 20, 12 and 25. RGB value is (32,18,37). Sum of RGB (Red+Green+Blue) = 32+18+37=87 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.78% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 37 (14.84% from 255 or 42.53% from 87); Max value from RGB is 37 - color contains mainly: blue. Hex color #201225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201225 is #DFEDDA. Grayscale: #181818. Windows color (decimal): -14675419 or 2429472. OLE color: 2429472.
HSL color Cylindrical-coordinate representation of color #201225: hue angle of 284.21º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #201225 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 32 | 18 | 37 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.85 |
| HSL | 284.21º | 0.35% | 0.11% | - |
| HSV(B) | 284.21º | 0.51% | 0.15% | - |
| XYZ | 1.15 | 0.87 | 1.86 | - |
| YUV | 24.35 | 135.14 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 37 | 0.14 | 0.51 | 0 | 0.85 | 284.21 | 0.35 | 0.11 |
| Hex | 20 | 12 | 25 | E | 33 | 0 | 55 | 11C | 23 | B |
| Octal | 40 | 22 | 45 | 16 | 63 | 0 | 125 | 434 | 43 | 13 |
| Binary | 100000 | 10010 | 100101 | 1110 | 110011 | 0 | 1010101 | 100011100 | 100011 | 1011 |
Color Harmonies of #201225
Complementary color
Monochromatic Colors of #201225
Black with #201225
Text Example
Text Example
White with #201225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201225; }
p { color: rgb(32,18,37); }
H1.HeaderClassName
{
color: #201225;
}
.AnyTagClassName
{
color: #201225;
}
</style>
background-color css
<style>
a { background-color: #201225; }
a { background-color: rgb(32,18,37); }
div.DivClassName
{
background-color: #201225;
}
.BgClassName
{
background-color: #201225;
}
</style>
border-color css
<style>
span { border-color: #201225; }
span { border-color: rgb(32,18,37); }
td.TdClassName
{
border-color: #201225;
}
.TagClassName
{
border-color: #201225;
}
</style>