Shades of Blackcurrant #22022F
Tints of Blackcurrant #22022F
RGB
CMYK
RGB Variations
Color information
#22022F (or 0x22022F) is known color: Blackcurrant. HEX triplet: 22, 02 and 2F. RGB value is (34,2,47). Sum of RGB (Red+Green+Blue) = 34+2+47=83 (10% of max value = 765). Red value is 34 (13.67% from 255 or 40.96% from 83); Green value is 2 (1.17% from 255 or 2.41% from 83); Blue value is 47 (18.75% from 255 or 56.63% from 83); Max value from RGB is 47 - color contains mainly: blue. Hex color #22022F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22022F is #DDFDD0. Grayscale: #101010. Windows color (decimal): -14548433 or 3080738. OLE color: 3080738.
HSL color Cylindrical-coordinate representation of color #22022F: hue angle of 282.67º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #22022F is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 2 | 47 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.82 |
| HSL | 282.67º | 0.92% | 0.1% | - |
| HSV(B) | 282.67º | 0.96% | 0.18% | - |
| XYZ | 1.19 | 0.59 | 2.74 | - |
| YUV | 16.7 | 145.1 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 2 | 47 | 0.28 | 0.96 | 0 | 0.82 | 282.67 | 0.92 | 0.1 |
| Hex | 22 | 2 | 2F | 1C | 60 | 0 | 52 | 11B | 5C | A |
| Octal | 42 | 2 | 57 | 34 | 140 | 0 | 122 | 433 | 134 | 12 |
| Binary | 100010 | 10 | 101111 | 11100 | 1100000 | 0 | 1010010 | 100011011 | 1011100 | 1010 |
Color Harmonies of #22022F
Complementary color
Monochromatic Colors of #22022F
Black with #22022F
Text Example
Text Example
White with #22022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22022F; }
p { color: rgb(34,2,47); }
H1.HeaderClassName
{
color: #22022F;
}
.AnyTagClassName
{
color: #22022F;
}
</style>
background-color css
<style>
a { background-color: #22022F; }
a { background-color: rgb(34,2,47); }
div.DivClassName
{
background-color: #22022F;
}
.BgClassName
{
background-color: #22022F;
}
</style>
border-color css
<style>
span { border-color: #22022F; }
span { border-color: rgb(34,2,47); }
td.TdClassName
{
border-color: #22022F;
}
.TagClassName
{
border-color: #22022F;
}
</style>