Shades of Blackcurrant #22022B
Tints of Blackcurrant #22022B
RGB
CMYK
RGB Variations
Color information
#22022B (or 0x22022B) is known color: Blackcurrant. HEX triplet: 22, 02 and 2B. RGB value is (34,2,43). Sum of RGB (Red+Green+Blue) = 34+2+43=79 (10% of max value = 765). Red value is 34 (13.67% from 255 or 43.04% from 79); Green value is 2 (1.17% from 255 or 2.53% from 79); Blue value is 43 (17.19% from 255 or 54.43% from 79); Max value from RGB is 43 - color contains mainly: blue. Hex color #22022B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22022B is #DDFDD4. Grayscale: #101010. Windows color (decimal): -14548437 or 2818594. OLE color: 2818594.
HSL color Cylindrical-coordinate representation of color #22022B: hue angle of 286.83º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #22022B is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 34 | 2 | 43 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.83 |
| HSL | 286.83º | 0.91% | 0.09% | - |
| HSV(B) | 286.83º | 0.95% | 0.17% | - |
| XYZ | 1.12 | 0.56 | 2.33 | - |
| YUV | 16.24 | 143.1 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 2 | 43 | 0.21 | 0.95 | 0 | 0.83 | 286.83 | 0.91 | 0.09 |
| Hex | 22 | 2 | 2B | 15 | 5F | 0 | 53 | 11F | 5B | 9 |
| Octal | 42 | 2 | 53 | 25 | 137 | 0 | 123 | 437 | 133 | 11 |
| Binary | 100010 | 10 | 101011 | 10101 | 1011111 | 0 | 1010011 | 100011111 | 1011011 | 1001 |
Color Harmonies of #22022B
Complementary color
Monochromatic Colors of #22022B
Black with #22022B
Text Example
Text Example
White with #22022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22022B; }
p { color: rgb(34,2,43); }
H1.HeaderClassName
{
color: #22022B;
}
.AnyTagClassName
{
color: #22022B;
}
</style>
background-color css
<style>
a { background-color: #22022B; }
a { background-color: rgb(34,2,43); }
div.DivClassName
{
background-color: #22022B;
}
.BgClassName
{
background-color: #22022B;
}
</style>
border-color css
<style>
span { border-color: #22022B; }
span { border-color: rgb(34,2,43); }
td.TdClassName
{
border-color: #22022B;
}
.TagClassName
{
border-color: #22022B;
}
</style>