Shades of Blackcurrant #220B2C
Tints of Blackcurrant #220B2C
RGB
CMYK
RGB Variations
Color information
#220B2C (or 0x220B2C) is known color: Blackcurrant. HEX triplet: 22, 0B and 2C. RGB value is (34,11,44). Sum of RGB (Red+Green+Blue) = 34+11+44=89 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.20% from 89); Green value is 11 (4.69% from 255 or 12.36% from 89); Blue value is 44 (17.58% from 255 or 49.44% from 89); Max value from RGB is 44 - color contains mainly: blue. Hex color #220B2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220B2C is #DDF4D3. Grayscale: #151515. Windows color (decimal): -14546132 or 2886434. OLE color: 2886434.
HSL color Cylindrical-coordinate representation of color #220B2C: hue angle of 281.82º degrees, saturation: 0.6, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #220B2C is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 34 | 11 | 44 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.83 |
| HSL | 281.82º | 0.6% | 0.11% | - |
| HSV(B) | 281.82º | 0.75% | 0.17% | - |
| XYZ | 1.23 | 0.76 | 2.46 | - |
| YUV | 21.64 | 140.62 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 11 | 44 | 0.23 | 0.75 | 0 | 0.83 | 281.82 | 0.6 | 0.11 |
| Hex | 22 | B | 2C | 17 | 4B | 0 | 53 | 11A | 3C | B |
| Octal | 42 | 13 | 54 | 27 | 113 | 0 | 123 | 432 | 74 | 13 |
| Binary | 100010 | 1011 | 101100 | 10111 | 1001011 | 0 | 1010011 | 100011010 | 111100 | 1011 |
Color Harmonies of #220B2C
Complementary color
Monochromatic Colors of #220B2C
Black with #220B2C
Text Example
Text Example
White with #220B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220B2C; }
p { color: rgb(34,11,44); }
H1.HeaderClassName
{
color: #220B2C;
}
.AnyTagClassName
{
color: #220B2C;
}
</style>
background-color css
<style>
a { background-color: #220B2C; }
a { background-color: rgb(34,11,44); }
div.DivClassName
{
background-color: #220B2C;
}
.BgClassName
{
background-color: #220B2C;
}
</style>
border-color css
<style>
span { border-color: #220B2C; }
span { border-color: rgb(34,11,44); }
td.TdClassName
{
border-color: #220B2C;
}
.TagClassName
{
border-color: #220B2C;
}
</style>