Shades of Blackcurrant #220B27
Tints of Blackcurrant #220B27
RGB
CMYK
RGB Variations
Color information
#220B27 (or 0x220B27) is known color: Blackcurrant. HEX triplet: 22, 0B and 27. RGB value is (34,11,39). Sum of RGB (Red+Green+Blue) = 34+11+39=84 (11% of max value = 765). Red value is 34 (13.67% from 255 or 40.48% from 84); Green value is 11 (4.69% from 255 or 13.10% from 84); Blue value is 39 (15.62% from 255 or 46.43% from 84); Max value from RGB is 39 - color contains mainly: blue. Hex color #220B27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220B27 is #DDF4D8. Grayscale: #141414. Windows color (decimal): -14546137 or 2558754. OLE color: 2558754.
HSL color Cylindrical-coordinate representation of color #220B27: hue angle of 289.29º degrees, saturation: 0.56, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #220B27 is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 34 | 11 | 39 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.85 |
| HSL | 289.29º | 0.56% | 0.1% | - |
| HSV(B) | 289.29º | 0.72% | 0.15% | - |
| XYZ | 1.15 | 0.73 | 2 | - |
| YUV | 21.07 | 138.12 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 11 | 39 | 0.13 | 0.72 | 0 | 0.85 | 289.29 | 0.56 | 0.1 |
| Hex | 22 | B | 27 | D | 48 | 0 | 55 | 121 | 38 | A |
| Octal | 42 | 13 | 47 | 15 | 110 | 0 | 125 | 441 | 70 | 12 |
| Binary | 100010 | 1011 | 100111 | 1101 | 1001000 | 0 | 1010101 | 100100001 | 111000 | 1010 |
Color Harmonies of #220B27
Complementary color
Monochromatic Colors of #220B27
Black with #220B27
Text Example
Text Example
White with #220B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220B27; }
p { color: rgb(34,11,39); }
H1.HeaderClassName
{
color: #220B27;
}
.AnyTagClassName
{
color: #220B27;
}
</style>
background-color css
<style>
a { background-color: #220B27; }
a { background-color: rgb(34,11,39); }
div.DivClassName
{
background-color: #220B27;
}
.BgClassName
{
background-color: #220B27;
}
</style>
border-color css
<style>
span { border-color: #220B27; }
span { border-color: rgb(34,11,39); }
td.TdClassName
{
border-color: #220B27;
}
.TagClassName
{
border-color: #220B27;
}
</style>