Shades of Blackcurrant #220025
Tints of Blackcurrant #220025
RGB
CMYK
RGB Variations
Color information
#220025 (or 0x220025) is known color: Blackcurrant. HEX triplet: 22, 00 and 25. RGB value is (34,0,37). Sum of RGB (Red+Green+Blue) = 34+0+37=71 (9% of max value = 765). Red value is 34 (13.67% from 255 or 47.89% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 37 (14.84% from 255 or 52.11% from 71); Max value from RGB is 37 - color contains mainly: blue. Hex color #220025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220025 is #DDFFDA. Grayscale: #0E0E0E. Windows color (decimal): -14548955 or 2424866. OLE color: 2424866.
HSL color Cylindrical-coordinate representation of color #220025: hue angle of 295.14º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #220025 is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 34 | 0 | 37 | - |
| CMYK | 0.08 | 1 | 0 | 0.85 |
| HSL | 295.14º | 1% | 0.07% | - |
| HSV(B) | 295.14º | 1% | 0.15% | - |
| XYZ | 0.99 | 0.47 | 1.79 | - |
| YUV | 14.38 | 140.76 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 0 | 37 | 0.08 | 1 | 0 | 0.85 | 295.14 | 1 | 0.07 |
| Hex | 22 | 0 | 25 | 8 | 64 | 0 | 55 | 127 | 64 | 7 |
| Octal | 42 | 0 | 45 | 10 | 144 | 0 | 125 | 447 | 144 | 7 |
| Binary | 100010 | 0 | 100101 | 1000 | 1100100 | 0 | 1010101 | 100100111 | 1100100 | 111 |
Color Harmonies of #220025
Complementary color
Monochromatic Colors of #220025
Black with #220025
Text Example
Text Example
White with #220025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220025; }
p { color: rgb(34,0,37); }
H1.HeaderClassName
{
color: #220025;
}
.AnyTagClassName
{
color: #220025;
}
</style>
background-color css
<style>
a { background-color: #220025; }
a { background-color: rgb(34,0,37); }
div.DivClassName
{
background-color: #220025;
}
.BgClassName
{
background-color: #220025;
}
</style>
border-color css
<style>
span { border-color: #220025; }
span { border-color: rgb(34,0,37); }
td.TdClassName
{
border-color: #220025;
}
.TagClassName
{
border-color: #220025;
}
</style>