Shades of Blackcurrant #22123A
Tints of Blackcurrant #22123A
RGB
CMYK
RGB Variations
Color information
#22123A (or 0x22123A) is known color: Blackcurrant. HEX triplet: 22, 12 and 3A. RGB value is (34,18,58). Sum of RGB (Red+Green+Blue) = 34+18+58=110 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.91% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 58 (23.05% from 255 or 52.73% from 110); Max value from RGB is 58 - color contains mainly: blue. Hex color #22123A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22123A is #DDEDC5. Grayscale: #1B1B1B. Windows color (decimal): -14544326 or 3805730. OLE color: 3805730.
HSL color Cylindrical-coordinate representation of color #22123A: hue angle of 264º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #22123A is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 34 | 18 | 58 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.77 |
| HSL | 264º | 0.53% | 0.15% | - |
| HSV(B) | 264º | 0.69% | 0.23% | - |
| XYZ | 1.64 | 1.08 | 4.12 | - |
| YUV | 27.34 | 145.3 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 18 | 58 | 0.41 | 0.69 | 0 | 0.77 | 264 | 0.53 | 0.15 |
| Hex | 22 | 12 | 3A | 29 | 45 | 0 | 4D | 108 | 35 | F |
| Octal | 42 | 22 | 72 | 51 | 105 | 0 | 115 | 410 | 65 | 17 |
| Binary | 100010 | 10010 | 111010 | 101001 | 1000101 | 0 | 1001101 | 100001000 | 110101 | 1111 |
Color Harmonies of #22123A
Complementary color
Monochromatic Colors of #22123A
Black with #22123A
Text Example
Text Example
White with #22123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22123A; }
p { color: rgb(34,18,58); }
H1.HeaderClassName
{
color: #22123A;
}
.AnyTagClassName
{
color: #22123A;
}
</style>
background-color css
<style>
a { background-color: #22123A; }
a { background-color: rgb(34,18,58); }
div.DivClassName
{
background-color: #22123A;
}
.BgClassName
{
background-color: #22123A;
}
</style>
border-color css
<style>
span { border-color: #22123A; }
span { border-color: rgb(34,18,58); }
td.TdClassName
{
border-color: #22123A;
}
.TagClassName
{
border-color: #22123A;
}
</style>