Shades of Blackcurrant #220B28
Tints of Blackcurrant #220B28
RGB
CMYK
RGB Variations
Color information
#220B28 (or 0x220B28) is known color: Blackcurrant. HEX triplet: 22, 0B and 28. RGB value is (34,11,40). Sum of RGB (Red+Green+Blue) = 34+11+40=85 (11% of max value = 765). Red value is 34 (13.67% from 255 or 40% from 85); Green value is 11 (4.69% from 255 or 12.94% from 85); Blue value is 40 (16.02% from 255 or 47.06% from 85); Max value from RGB is 40 - color contains mainly: blue. Hex color #220B28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220B28 is #DDF4D7. Grayscale: #151515. Windows color (decimal): -14546136 or 2624290. OLE color: 2624290.
HSL color Cylindrical-coordinate representation of color #220B28: hue angle of 287.59º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #220B28 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 34 | 11 | 40 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.84 |
| HSL | 287.59º | 0.57% | 0.1% | - |
| HSV(B) | 287.59º | 0.73% | 0.16% | - |
| XYZ | 1.16 | 0.73 | 2.09 | - |
| YUV | 21.18 | 138.62 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 11 | 40 | 0.15 | 0.72 | 0 | 0.84 | 287.59 | 0.57 | 0.1 |
| Hex | 22 | B | 28 | F | 48 | 0 | 54 | 120 | 39 | A |
| Octal | 42 | 13 | 50 | 17 | 110 | 0 | 124 | 440 | 71 | 12 |
| Binary | 100010 | 1011 | 101000 | 1111 | 1001000 | 0 | 1010100 | 100100000 | 111001 | 1010 |
Color Harmonies of #220B28
Complementary color
Monochromatic Colors of #220B28
Black with #220B28
Text Example
Text Example
White with #220B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220B28; }
p { color: rgb(34,11,40); }
H1.HeaderClassName
{
color: #220B28;
}
.AnyTagClassName
{
color: #220B28;
}
</style>
background-color css
<style>
a { background-color: #220B28; }
a { background-color: rgb(34,11,40); }
div.DivClassName
{
background-color: #220B28;
}
.BgClassName
{
background-color: #220B28;
}
</style>
border-color css
<style>
span { border-color: #220B28; }
span { border-color: rgb(34,11,40); }
td.TdClassName
{
border-color: #220B28;
}
.TagClassName
{
border-color: #220B28;
}
</style>