Shades of Blackcurrant #220B2D
Tints of Blackcurrant #220B2D
RGB
CMYK
RGB Variations
Color information
#220B2D (or 0x220B2D) is known color: Blackcurrant. HEX triplet: 22, 0B and 2D. RGB value is (34,11,45). Sum of RGB (Red+Green+Blue) = 34+11+45=90 (11% of max value = 765). Red value is 34 (13.67% from 255 or 37.78% from 90); Green value is 11 (4.69% from 255 or 12.22% from 90); Blue value is 45 (17.97% from 255 or 50% from 90); Max value from RGB is 45 - color contains mainly: blue. Hex color #220B2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220B2D is #DDF4D2. Grayscale: #151515. Windows color (decimal): -14546131 or 2951970. OLE color: 2951970.
HSL color Cylindrical-coordinate representation of color #220B2D: hue angle of 280.59º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #220B2D is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 11 | 45 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.82 |
| HSL | 280.59º | 0.61% | 0.11% | - |
| HSV(B) | 280.59º | 0.76% | 0.18% | - |
| XYZ | 1.25 | 0.77 | 2.56 | - |
| YUV | 21.75 | 141.12 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 11 | 45 | 0.24 | 0.76 | 0 | 0.82 | 280.59 | 0.61 | 0.11 |
| Hex | 22 | B | 2D | 18 | 4C | 0 | 52 | 119 | 3D | B |
| Octal | 42 | 13 | 55 | 30 | 114 | 0 | 122 | 431 | 75 | 13 |
| Binary | 100010 | 1011 | 101101 | 11000 | 1001100 | 0 | 1010010 | 100011001 | 111101 | 1011 |
Color Harmonies of #220B2D
Complementary color
Monochromatic Colors of #220B2D
Black with #220B2D
Text Example
Text Example
White with #220B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220B2D; }
p { color: rgb(34,11,45); }
H1.HeaderClassName
{
color: #220B2D;
}
.AnyTagClassName
{
color: #220B2D;
}
</style>
background-color css
<style>
a { background-color: #220B2D; }
a { background-color: rgb(34,11,45); }
div.DivClassName
{
background-color: #220B2D;
}
.BgClassName
{
background-color: #220B2D;
}
</style>
border-color css
<style>
span { border-color: #220B2D; }
span { border-color: rgb(34,11,45); }
td.TdClassName
{
border-color: #220B2D;
}
.TagClassName
{
border-color: #220B2D;
}
</style>