Shades of Blackcurrant #22092D
Tints of Blackcurrant #22092D
RGB
CMYK
RGB Variations
Color information
#22092D (or 0x22092D) is known color: Blackcurrant. HEX triplet: 22, 09 and 2D. RGB value is (34,9,45). Sum of RGB (Red+Green+Blue) = 34+9+45=88 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.64% from 88); Green value is 9 (3.91% from 255 or 10.23% from 88); Blue value is 45 (17.97% from 255 or 51.14% from 88); Max value from RGB is 45 - color contains mainly: blue. Hex color #22092D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22092D is #DDF6D2. Grayscale: #141414. Windows color (decimal): -14546643 or 2951458. OLE color: 2951458.
HSL color Cylindrical-coordinate representation of color #22092D: hue angle of 281.67º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #22092D is Cyan = 0.24, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 9 | 45 | - |
| CMYK | 0.24 | 0.8 | 0 | 0.82 |
| HSL | 281.67º | 0.67% | 0.11% | - |
| HSV(B) | 281.67º | 0.8% | 0.18% | - |
| XYZ | 1.23 | 0.72 | 2.56 | - |
| YUV | 20.58 | 141.78 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 9 | 45 | 0.24 | 0.8 | 0 | 0.82 | 281.67 | 0.67 | 0.11 |
| Hex | 22 | 9 | 2D | 18 | 50 | 0 | 52 | 11A | 43 | B |
| Octal | 42 | 11 | 55 | 30 | 120 | 0 | 122 | 432 | 103 | 13 |
| Binary | 100010 | 1001 | 101101 | 11000 | 1010000 | 0 | 1010010 | 100011010 | 1000011 | 1011 |
Color Harmonies of #22092D
Complementary color
Monochromatic Colors of #22092D
Black with #22092D
Text Example
Text Example
White with #22092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22092D; }
p { color: rgb(34,9,45); }
H1.HeaderClassName
{
color: #22092D;
}
.AnyTagClassName
{
color: #22092D;
}
</style>
background-color css
<style>
a { background-color: #22092D; }
a { background-color: rgb(34,9,45); }
div.DivClassName
{
background-color: #22092D;
}
.BgClassName
{
background-color: #22092D;
}
</style>
border-color css
<style>
span { border-color: #22092D; }
span { border-color: rgb(34,9,45); }
td.TdClassName
{
border-color: #22092D;
}
.TagClassName
{
border-color: #22092D;
}
</style>