Shades of Blackcurrant #220A40
Tints of Blackcurrant #220A40
RGB
CMYK
RGB Variations
Color information
#220A40 (or 0x220A40) is known color: Blackcurrant. HEX triplet: 22, 0A and 40. RGB value is (34,10,64). Sum of RGB (Red+Green+Blue) = 34+10+64=108 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.48% from 108); Green value is 10 (4.30% from 255 or 9.26% from 108); Blue value is 64 (25.39% from 255 or 59.26% from 108); Max value from RGB is 64 - color contains mainly: blue. Hex color #220A40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220A40 is #DDF5BF. Grayscale: #171717. Windows color (decimal): -14546368 or 4196898. OLE color: 4196898.
HSL color Cylindrical-coordinate representation of color #220A40: hue angle of 266.67º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #220A40 is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 34 | 10 | 64 | - |
| CMYK | 0.47 | 0.84 | 0 | 0.75 |
| HSL | 266.67º | 0.73% | 0.15% | - |
| HSV(B) | 266.67º | 0.84% | 0.25% | - |
| XYZ | 1.69 | 0.93 | 4.94 | - |
| YUV | 23.33 | 150.95 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 10 | 64 | 0.47 | 0.84 | 0 | 0.75 | 266.67 | 0.73 | 0.15 |
| Hex | 22 | A | 40 | 2F | 54 | 0 | 4B | 10B | 49 | F |
| Octal | 42 | 12 | 100 | 57 | 124 | 0 | 113 | 413 | 111 | 17 |
| Binary | 100010 | 1010 | 1000000 | 101111 | 1010100 | 0 | 1001011 | 100001011 | 1001001 | 1111 |
Color Harmonies of #220A40
Complementary color
Monochromatic Colors of #220A40
Black with #220A40
Text Example
Text Example
White with #220A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220A40; }
p { color: rgb(34,10,64); }
H1.HeaderClassName
{
color: #220A40;
}
.AnyTagClassName
{
color: #220A40;
}
</style>
background-color css
<style>
a { background-color: #220A40; }
a { background-color: rgb(34,10,64); }
div.DivClassName
{
background-color: #220A40;
}
.BgClassName
{
background-color: #220A40;
}
</style>
border-color css
<style>
span { border-color: #220A40; }
span { border-color: rgb(34,10,64); }
td.TdClassName
{
border-color: #220A40;
}
.TagClassName
{
border-color: #220A40;
}
</style>