Shades of Blackcurrant #220D36
Tints of Blackcurrant #220D36
RGB
CMYK
RGB Variations
Color information
#220D36 (or 0x220D36) is known color: Blackcurrant. HEX triplet: 22, 0D and 36. RGB value is (34,13,54). Sum of RGB (Red+Green+Blue) = 34+13+54=101 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.66% from 101); Green value is 13 (5.47% from 255 or 12.87% from 101); Blue value is 54 (21.48% from 255 or 53.47% from 101); Max value from RGB is 54 - color contains mainly: blue. Hex color #220D36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220D36 is #DDF2C9. Grayscale: #171717. Windows color (decimal): -14545610 or 3542306. OLE color: 3542306.
HSL color Cylindrical-coordinate representation of color #220D36: hue angle of 270.73º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #220D36 is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 34 | 13 | 54 | - |
| CMYK | 0.37 | 0.76 | 0 | 0.79 |
| HSL | 270.73º | 0.61% | 0.13% | - |
| HSV(B) | 270.73º | 0.76% | 0.21% | - |
| XYZ | 1.47 | 0.89 | 3.59 | - |
| YUV | 23.95 | 144.96 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 13 | 54 | 0.37 | 0.76 | 0 | 0.79 | 270.73 | 0.61 | 0.13 |
| Hex | 22 | D | 36 | 25 | 4C | 0 | 4F | 10F | 3D | D |
| Octal | 42 | 15 | 66 | 45 | 114 | 0 | 117 | 417 | 75 | 15 |
| Binary | 100010 | 1101 | 110110 | 100101 | 1001100 | 0 | 1001111 | 100001111 | 111101 | 1101 |
Color Harmonies of #220D36
Complementary color
Monochromatic Colors of #220D36
Black with #220D36
Text Example
Text Example
White with #220D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220D36; }
p { color: rgb(34,13,54); }
H1.HeaderClassName
{
color: #220D36;
}
.AnyTagClassName
{
color: #220D36;
}
</style>
background-color css
<style>
a { background-color: #220D36; }
a { background-color: rgb(34,13,54); }
div.DivClassName
{
background-color: #220D36;
}
.BgClassName
{
background-color: #220D36;
}
</style>
border-color css
<style>
span { border-color: #220D36; }
span { border-color: rgb(34,13,54); }
td.TdClassName
{
border-color: #220D36;
}
.TagClassName
{
border-color: #220D36;
}
</style>