Shades of Blackcurrant #22012F
Tints of Blackcurrant #22012F
RGB
CMYK
RGB Variations
Color information
#22012F (or 0x22012F) is known color: Blackcurrant. HEX triplet: 22, 01 and 2F. RGB value is (34,1,47). Sum of RGB (Red+Green+Blue) = 34+1+47=82 (10% of max value = 765). Red value is 34 (13.67% from 255 or 41.46% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 47 (18.75% from 255 or 57.32% from 82); Max value from RGB is 47 - color contains mainly: blue. Hex color #22012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22012F is #DDFED0. Grayscale: #0F0F0F. Windows color (decimal): -14548689 or 3080482. OLE color: 3080482.
HSL color Cylindrical-coordinate representation of color #22012F: hue angle of 283.04º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #22012F is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 1 | 47 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.82 |
| HSL | 283.04º | 0.96% | 0.09% | - |
| HSV(B) | 283.04º | 0.98% | 0.18% | - |
| XYZ | 1.18 | 0.57 | 2.74 | - |
| YUV | 16.11 | 145.43 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 1 | 47 | 0.28 | 0.98 | 0 | 0.82 | 283.04 | 0.96 | 0.09 |
| Hex | 22 | 1 | 2F | 1C | 62 | 0 | 52 | 11B | 60 | 9 |
| Octal | 42 | 1 | 57 | 34 | 142 | 0 | 122 | 433 | 140 | 11 |
| Binary | 100010 | 1 | 101111 | 11100 | 1100010 | 0 | 1010010 | 100011011 | 1100000 | 1001 |
Color Harmonies of #22012F
Complementary color
Monochromatic Colors of #22012F
Black with #22012F
Text Example
Text Example
White with #22012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22012F; }
p { color: rgb(34,1,47); }
H1.HeaderClassName
{
color: #22012F;
}
.AnyTagClassName
{
color: #22012F;
}
</style>
background-color css
<style>
a { background-color: #22012F; }
a { background-color: rgb(34,1,47); }
div.DivClassName
{
background-color: #22012F;
}
.BgClassName
{
background-color: #22012F;
}
</style>
border-color css
<style>
span { border-color: #22012F; }
span { border-color: rgb(34,1,47); }
td.TdClassName
{
border-color: #22012F;
}
.TagClassName
{
border-color: #22012F;
}
</style>