Shades of Blackcurrant #220C37
Tints of Blackcurrant #220C37
RGB
CMYK
RGB Variations
Color information
#220C37 (or 0x220C37) is known color: Blackcurrant. HEX triplet: 22, 0C and 37. RGB value is (34,12,55). Sum of RGB (Red+Green+Blue) = 34+12+55=101 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.66% from 101); Green value is 12 (5.08% from 255 or 11.88% from 101); Blue value is 55 (21.88% from 255 or 54.46% from 101); Max value from RGB is 55 - color contains mainly: blue. Hex color #220C37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220C37 is #DDF3C8. Grayscale: #171717. Windows color (decimal): -14545865 or 3607586. OLE color: 3607586.
HSL color Cylindrical-coordinate representation of color #220C37: hue angle of 270.7º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #220C37 is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 34 | 12 | 55 | - |
| CMYK | 0.38 | 0.78 | 0 | 0.78 |
| HSL | 270.7º | 0.64% | 0.13% | - |
| HSV(B) | 270.7º | 0.78% | 0.22% | - |
| XYZ | 1.48 | 0.88 | 3.71 | - |
| YUV | 23.48 | 145.79 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 12 | 55 | 0.38 | 0.78 | 0 | 0.78 | 270.7 | 0.64 | 0.13 |
| Hex | 22 | C | 37 | 26 | 4E | 0 | 4E | 10F | 40 | D |
| Octal | 42 | 14 | 67 | 46 | 116 | 0 | 116 | 417 | 100 | 15 |
| Binary | 100010 | 1100 | 110111 | 100110 | 1001110 | 0 | 1001110 | 100001111 | 1000000 | 1101 |
Color Harmonies of #220C37
Complementary color
Monochromatic Colors of #220C37
Black with #220C37
Text Example
Text Example
White with #220C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220C37; }
p { color: rgb(34,12,55); }
H1.HeaderClassName
{
color: #220C37;
}
.AnyTagClassName
{
color: #220C37;
}
</style>
background-color css
<style>
a { background-color: #220C37; }
a { background-color: rgb(34,12,55); }
div.DivClassName
{
background-color: #220C37;
}
.BgClassName
{
background-color: #220C37;
}
</style>
border-color css
<style>
span { border-color: #220C37; }
span { border-color: rgb(34,12,55); }
td.TdClassName
{
border-color: #220C37;
}
.TagClassName
{
border-color: #220C37;
}
</style>