Shades of Blackcurrant #22002C
Tints of Blackcurrant #22002C
RGB
CMYK
RGB Variations
Color information
#22002C (or 0x22002C) is known color: Blackcurrant. HEX triplet: 22, 00 and 2C. RGB value is (34,0,44). Sum of RGB (Red+Green+Blue) = 34+0+44=78 (10% of max value = 765). Red value is 34 (13.67% from 255 or 43.59% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 44 (17.58% from 255 or 56.41% from 78); Max value from RGB is 44 - color contains mainly: blue. Hex color #22002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22002C is #DDFFD3. Grayscale: #0F0F0F. Windows color (decimal): -14548948 or 2883618. OLE color: 2883618.
HSL color Cylindrical-coordinate representation of color #22002C: hue angle of 286.36º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #22002C is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 34 | 0 | 44 | - |
| CMYK | 0.23 | 1 | 0 | 0.83 |
| HSL | 286.36º | 1% | 0.09% | - |
| HSV(B) | 286.36º | 1% | 0.17% | - |
| XYZ | 1.11 | 0.52 | 2.42 | - |
| YUV | 15.18 | 144.26 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 0 | 44 | 0.23 | 1 | 0 | 0.83 | 286.36 | 1 | 0.09 |
| Hex | 22 | 0 | 2C | 17 | 64 | 0 | 53 | 11E | 64 | 9 |
| Octal | 42 | 0 | 54 | 27 | 144 | 0 | 123 | 436 | 144 | 11 |
| Binary | 100010 | 0 | 101100 | 10111 | 1100100 | 0 | 1010011 | 100011110 | 1100100 | 1001 |
Color Harmonies of #22002C
Complementary color
Monochromatic Colors of #22002C
Black with #22002C
Text Example
Text Example
White with #22002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22002C; }
p { color: rgb(34,0,44); }
H1.HeaderClassName
{
color: #22002C;
}
.AnyTagClassName
{
color: #22002C;
}
</style>
background-color css
<style>
a { background-color: #22002C; }
a { background-color: rgb(34,0,44); }
div.DivClassName
{
background-color: #22002C;
}
.BgClassName
{
background-color: #22002C;
}
</style>
border-color css
<style>
span { border-color: #22002C; }
span { border-color: rgb(34,0,44); }
td.TdClassName
{
border-color: #22002C;
}
.TagClassName
{
border-color: #22002C;
}
</style>