Shades of Blackcurrant #22093D
Tints of Blackcurrant #22093D
RGB
CMYK
RGB Variations
Color information
#22093D (or 0x22093D) is known color: Blackcurrant. HEX triplet: 22, 09 and 3D. RGB value is (34,9,61). Sum of RGB (Red+Green+Blue) = 34+9+61=104 (13% of max value = 765). Red value is 34 (13.67% from 255 or 32.69% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 61 (24.22% from 255 or 58.65% from 104); Max value from RGB is 61 - color contains mainly: blue. Hex color #22093D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22093D is #DDF6C2. Grayscale: #161616. Windows color (decimal): -14546627 or 4000034. OLE color: 4000034.
HSL color Cylindrical-coordinate representation of color #22093D: hue angle of 268.85º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22093D is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 34 | 9 | 61 | - |
| CMYK | 0.44 | 0.85 | 0 | 0.76 |
| HSL | 268.85º | 0.74% | 0.14% | - |
| HSV(B) | 268.85º | 0.85% | 0.24% | - |
| XYZ | 1.6 | 0.87 | 4.5 | - |
| YUV | 22.4 | 149.78 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 9 | 61 | 0.44 | 0.85 | 0 | 0.76 | 268.85 | 0.74 | 0.14 |
| Hex | 22 | 9 | 3D | 2C | 55 | 0 | 4C | 10D | 4A | E |
| Octal | 42 | 11 | 75 | 54 | 125 | 0 | 114 | 415 | 112 | 16 |
| Binary | 100010 | 1001 | 111101 | 101100 | 1010101 | 0 | 1001100 | 100001101 | 1001010 | 1110 |
Color Harmonies of #22093D
Complementary color
Monochromatic Colors of #22093D
Black with #22093D
Text Example
Text Example
White with #22093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22093D; }
p { color: rgb(34,9,61); }
H1.HeaderClassName
{
color: #22093D;
}
.AnyTagClassName
{
color: #22093D;
}
</style>
background-color css
<style>
a { background-color: #22093D; }
a { background-color: rgb(34,9,61); }
div.DivClassName
{
background-color: #22093D;
}
.BgClassName
{
background-color: #22093D;
}
</style>
border-color css
<style>
span { border-color: #22093D; }
span { border-color: rgb(34,9,61); }
td.TdClassName
{
border-color: #22093D;
}
.TagClassName
{
border-color: #22093D;
}
</style>