Shades of Blackcurrant #221325
Tints of Blackcurrant #221325
RGB
CMYK
RGB Variations
Color information
#221325 (or 0x221325) is known color: Blackcurrant. HEX triplet: 22, 13 and 25. RGB value is (34,19,37). Sum of RGB (Red+Green+Blue) = 34+19+37=90 (11% of max value = 765). Red value is 34 (13.67% from 255 or 37.78% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 37 (14.84% from 255 or 41.11% from 90); Max value from RGB is 37 - color contains mainly: blue. Hex color #221325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221325 is #DDECDA. Grayscale: #191919. Windows color (decimal): -14544091 or 2429730. OLE color: 2429730.
HSL color Cylindrical-coordinate representation of color #221325: hue angle of 290º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #221325 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 34 | 19 | 37 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.85 |
| HSL | 290º | 0.32% | 0.11% | - |
| HSV(B) | 290º | 0.49% | 0.15% | - |
| XYZ | 1.23 | 0.94 | 1.87 | - |
| YUV | 25.54 | 134.47 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 19 | 37 | 0.08 | 0.49 | 0 | 0.85 | 290 | 0.32 | 0.11 |
| Hex | 22 | 13 | 25 | 8 | 31 | 0 | 55 | 122 | 20 | B |
| Octal | 42 | 23 | 45 | 10 | 61 | 0 | 125 | 442 | 40 | 13 |
| Binary | 100010 | 10011 | 100101 | 1000 | 110001 | 0 | 1010101 | 100100010 | 100000 | 1011 |
Color Harmonies of #221325
Complementary color
Monochromatic Colors of #221325
Black with #221325
Text Example
Text Example
White with #221325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221325; }
p { color: rgb(34,19,37); }
H1.HeaderClassName
{
color: #221325;
}
.AnyTagClassName
{
color: #221325;
}
</style>
background-color css
<style>
a { background-color: #221325; }
a { background-color: rgb(34,19,37); }
div.DivClassName
{
background-color: #221325;
}
.BgClassName
{
background-color: #221325;
}
</style>
border-color css
<style>
span { border-color: #221325; }
span { border-color: rgb(34,19,37); }
td.TdClassName
{
border-color: #221325;
}
.TagClassName
{
border-color: #221325;
}
</style>