Shades of Blackcurrant #220D37
Tints of Blackcurrant #220D37
RGB
CMYK
RGB Variations
Color information
#220D37 (or 0x220D37) is known color: Blackcurrant. HEX triplet: 22, 0D and 37. RGB value is (34,13,55). Sum of RGB (Red+Green+Blue) = 34+13+55=102 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.33% from 102); Green value is 13 (5.47% from 255 or 12.75% from 102); Blue value is 55 (21.88% from 255 or 53.92% from 102); Max value from RGB is 55 - color contains mainly: blue. Hex color #220D37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220D37 is #DDF2C8. Grayscale: #171717. Windows color (decimal): -14545609 or 3607842. OLE color: 3607842.
HSL color Cylindrical-coordinate representation of color #220D37: hue angle of 270º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #220D37 is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 34 | 13 | 55 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.78 |
| HSL | 270º | 0.62% | 0.13% | - |
| HSV(B) | 270º | 0.76% | 0.22% | - |
| XYZ | 1.49 | 0.9 | 3.71 | - |
| YUV | 24.07 | 145.46 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 13 | 55 | 0.38 | 0.76 | 0 | 0.78 | 270 | 0.62 | 0.13 |
| Hex | 22 | D | 37 | 26 | 4C | 0 | 4E | 10E | 3E | D |
| Octal | 42 | 15 | 67 | 46 | 114 | 0 | 116 | 416 | 76 | 15 |
| Binary | 100010 | 1101 | 110111 | 100110 | 1001100 | 0 | 1001110 | 100001110 | 111110 | 1101 |
Color Harmonies of #220D37
Complementary color
Monochromatic Colors of #220D37
Black with #220D37
Text Example
Text Example
White with #220D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220D37; }
p { color: rgb(34,13,55); }
H1.HeaderClassName
{
color: #220D37;
}
.AnyTagClassName
{
color: #220D37;
}
</style>
background-color css
<style>
a { background-color: #220D37; }
a { background-color: rgb(34,13,55); }
div.DivClassName
{
background-color: #220D37;
}
.BgClassName
{
background-color: #220D37;
}
</style>
border-color css
<style>
span { border-color: #220D37; }
span { border-color: rgb(34,13,55); }
td.TdClassName
{
border-color: #220D37;
}
.TagClassName
{
border-color: #220D37;
}
</style>