Shades of Blackcurrant #211225
Tints of Blackcurrant #211225
RGB
CMYK
RGB Variations
Color information
#211225 (or 0x211225) is known color: Blackcurrant. HEX triplet: 21, 12 and 25. RGB value is (33,18,37). Sum of RGB (Red+Green+Blue) = 33+18+37=88 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.5% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 37 (14.84% from 255 or 42.05% from 88); Max value from RGB is 37 - color contains mainly: blue. Hex color #211225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211225 is #DEEDDA. Grayscale: #181818. Windows color (decimal): -14609883 or 2429473. OLE color: 2429473.
HSL color Cylindrical-coordinate representation of color #211225: hue angle of 287.37º 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 #211225 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 33 | 18 | 37 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.85 |
| HSL | 287.37º | 0.35% | 0.11% | - |
| HSV(B) | 287.37º | 0.51% | 0.15% | - |
| XYZ | 1.18 | 0.89 | 1.86 | - |
| YUV | 24.65 | 134.97 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 18 | 37 | 0.11 | 0.51 | 0 | 0.85 | 287.37 | 0.35 | 0.11 |
| Hex | 21 | 12 | 25 | B | 33 | 0 | 55 | 11F | 23 | B |
| Octal | 41 | 22 | 45 | 13 | 63 | 0 | 125 | 437 | 43 | 13 |
| Binary | 100001 | 10010 | 100101 | 1011 | 110011 | 0 | 1010101 | 100011111 | 100011 | 1011 |
Color Harmonies of #211225
Complementary color
Monochromatic Colors of #211225
Black with #211225
Text Example
Text Example
White with #211225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211225; }
p { color: rgb(33,18,37); }
H1.HeaderClassName
{
color: #211225;
}
.AnyTagClassName
{
color: #211225;
}
</style>
background-color css
<style>
a { background-color: #211225; }
a { background-color: rgb(33,18,37); }
div.DivClassName
{
background-color: #211225;
}
.BgClassName
{
background-color: #211225;
}
</style>
border-color css
<style>
span { border-color: #211225; }
span { border-color: rgb(33,18,37); }
td.TdClassName
{
border-color: #211225;
}
.TagClassName
{
border-color: #211225;
}
</style>