Shades of Blackcurrant #22023E
Tints of Blackcurrant #22023E
RGB
CMYK
RGB Variations
Color information
#22023E (or 0x22023E) is known color: Blackcurrant. HEX triplet: 22, 02 and 3E. RGB value is (34,2,62). Sum of RGB (Red+Green+Blue) = 34+2+62=98 (12% of max value = 765). Red value is 34 (13.67% from 255 or 34.69% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 62 (24.61% from 255 or 63.27% from 98); Max value from RGB is 62 - color contains mainly: blue. Hex color #22023E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22023E is #DDFDC1. Grayscale: #121212. Windows color (decimal): -14548418 or 4063778. OLE color: 4063778.
HSL color Cylindrical-coordinate representation of color #22023E: hue angle of 272º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #22023E is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 34 | 2 | 62 | - |
| CMYK | 0.45 | 0.97 | 0 | 0.76 |
| HSL | 272º | 0.94% | 0.13% | - |
| HSV(B) | 272º | 0.97% | 0.24% | - |
| XYZ | 1.55 | 0.73 | 4.62 | - |
| YUV | 18.41 | 152.6 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 2 | 62 | 0.45 | 0.97 | 0 | 0.76 | 272 | 0.94 | 0.13 |
| Hex | 22 | 2 | 3E | 2D | 61 | 0 | 4C | 110 | 5E | D |
| Octal | 42 | 2 | 76 | 55 | 141 | 0 | 114 | 420 | 136 | 15 |
| Binary | 100010 | 10 | 111110 | 101101 | 1100001 | 0 | 1001100 | 100010000 | 1011110 | 1101 |
Color Harmonies of #22023E
Complementary color
Monochromatic Colors of #22023E
Black with #22023E
Text Example
Text Example
White with #22023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22023E; }
p { color: rgb(34,2,62); }
H1.HeaderClassName
{
color: #22023E;
}
.AnyTagClassName
{
color: #22023E;
}
</style>
background-color css
<style>
a { background-color: #22023E; }
a { background-color: rgb(34,2,62); }
div.DivClassName
{
background-color: #22023E;
}
.BgClassName
{
background-color: #22023E;
}
</style>
border-color css
<style>
span { border-color: #22023E; }
span { border-color: rgb(34,2,62); }
td.TdClassName
{
border-color: #22023E;
}
.TagClassName
{
border-color: #22023E;
}
</style>