Shades of Blackcurrant #220C40
Tints of Blackcurrant #220C40
RGB
CMYK
RGB Variations
Color information
#220C40 (or 0x220C40) is known color: Blackcurrant. HEX triplet: 22, 0C and 40. RGB value is (34,12,64). Sum of RGB (Red+Green+Blue) = 34+12+64=110 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.91% from 110); Green value is 12 (5.08% from 255 or 10.91% from 110); Blue value is 64 (25.39% from 255 or 58.18% from 110); Max value from RGB is 64 - color contains mainly: blue. Hex color #220C40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220C40 is #DDF3BF. Grayscale: #181818. Windows color (decimal): -14545856 or 4197410. OLE color: 4197410.
HSL color Cylindrical-coordinate representation of color #220C40: hue angle of 265.38º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #220C40 is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 34 | 12 | 64 | - |
| CMYK | 0.47 | 0.81 | 0 | 0.75 |
| HSL | 265.38º | 0.68% | 0.15% | - |
| HSV(B) | 265.38º | 0.81% | 0.25% | - |
| XYZ | 1.72 | 0.97 | 4.95 | - |
| YUV | 24.51 | 150.29 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 12 | 64 | 0.47 | 0.81 | 0 | 0.75 | 265.38 | 0.68 | 0.15 |
| Hex | 22 | C | 40 | 2F | 51 | 0 | 4B | 109 | 44 | F |
| Octal | 42 | 14 | 100 | 57 | 121 | 0 | 113 | 411 | 104 | 17 |
| Binary | 100010 | 1100 | 1000000 | 101111 | 1010001 | 0 | 1001011 | 100001001 | 1000100 | 1111 |
Color Harmonies of #220C40
Complementary color
Monochromatic Colors of #220C40
Black with #220C40
Text Example
Text Example
White with #220C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220C40; }
p { color: rgb(34,12,64); }
H1.HeaderClassName
{
color: #220C40;
}
.AnyTagClassName
{
color: #220C40;
}
</style>
background-color css
<style>
a { background-color: #220C40; }
a { background-color: rgb(34,12,64); }
div.DivClassName
{
background-color: #220C40;
}
.BgClassName
{
background-color: #220C40;
}
</style>
border-color css
<style>
span { border-color: #220C40; }
span { border-color: rgb(34,12,64); }
td.TdClassName
{
border-color: #220C40;
}
.TagClassName
{
border-color: #220C40;
}
</style>