Shades of Blackcurrant #22093A
Tints of Blackcurrant #22093A
RGB
CMYK
RGB Variations
Color information
#22093A (or 0x22093A) is known color: Blackcurrant. HEX triplet: 22, 09 and 3A. RGB value is (34,9,58). Sum of RGB (Red+Green+Blue) = 34+9+58=101 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.66% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 58 (23.05% from 255 or 57.43% from 101); Max value from RGB is 58 - color contains mainly: blue. Hex color #22093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22093A is #DDF6C5. Grayscale: #151515. Windows color (decimal): -14546630 or 3803426. OLE color: 3803426.
HSL color Cylindrical-coordinate representation of color #22093A: hue angle of 270.61º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22093A is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 34 | 9 | 58 | - |
| CMYK | 0.41 | 0.84 | 0 | 0.77 |
| HSL | 270.61º | 0.73% | 0.13% | - |
| HSV(B) | 270.61º | 0.84% | 0.23% | - |
| XYZ | 1.52 | 0.84 | 4.09 | - |
| YUV | 22.06 | 148.28 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 9 | 58 | 0.41 | 0.84 | 0 | 0.77 | 270.61 | 0.73 | 0.13 |
| Hex | 22 | 9 | 3A | 29 | 54 | 0 | 4D | 10F | 49 | D |
| Octal | 42 | 11 | 72 | 51 | 124 | 0 | 115 | 417 | 111 | 15 |
| Binary | 100010 | 1001 | 111010 | 101001 | 1010100 | 0 | 1001101 | 100001111 | 1001001 | 1101 |
Color Harmonies of #22093A
Complementary color
Monochromatic Colors of #22093A
Black with #22093A
Text Example
Text Example
White with #22093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22093A; }
p { color: rgb(34,9,58); }
H1.HeaderClassName
{
color: #22093A;
}
.AnyTagClassName
{
color: #22093A;
}
</style>
background-color css
<style>
a { background-color: #22093A; }
a { background-color: rgb(34,9,58); }
div.DivClassName
{
background-color: #22093A;
}
.BgClassName
{
background-color: #22093A;
}
</style>
border-color css
<style>
span { border-color: #22093A; }
span { border-color: rgb(34,9,58); }
td.TdClassName
{
border-color: #22093A;
}
.TagClassName
{
border-color: #22093A;
}
</style>