Shades of Blackcurrant #220A32
Tints of Blackcurrant #220A32
RGB
CMYK
RGB Variations
Color information
#220A32 (or 0x220A32) is known color: Blackcurrant. HEX triplet: 22, 0A and 32. RGB value is (34,10,50). Sum of RGB (Red+Green+Blue) = 34+10+50=94 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.17% from 94); Green value is 10 (4.30% from 255 or 10.64% from 94); Blue value is 50 (19.92% from 255 or 53.19% from 94); Max value from RGB is 50 - color contains mainly: blue. Hex color #220A32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220A32 is #DDF5CD. Grayscale: #151515. Windows color (decimal): -14546382 or 3279394. OLE color: 3279394.
HSL color Cylindrical-coordinate representation of color #220A32: hue angle of 276º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #220A32 is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 34 | 10 | 50 | - |
| CMYK | 0.32 | 0.80 | 0 | 0.80 |
| HSL | 276º | 0.67% | 0.12% | - |
| HSV(B) | 276º | 0.8% | 0.2% | - |
| XYZ | 1.34 | 0.79 | 3.1 | - |
| YUV | 21.74 | 143.95 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 10 | 50 | 0.32 | 0.80 | 0 | 0.80 | 276 | 0.67 | 0.12 |
| Hex | 22 | A | 32 | 20 | 50 | 0 | 50 | 114 | 43 | C |
| Octal | 42 | 12 | 62 | 40 | 120 | 0 | 120 | 424 | 103 | 14 |
| Binary | 100010 | 1010 | 110010 | 100000 | 1010000 | 0 | 1010000 | 100010100 | 1000011 | 1100 |
Color Harmonies of #220A32
Complementary color
Monochromatic Colors of #220A32
Black with #220A32
Text Example
Text Example
White with #220A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220A32; }
p { color: rgb(34,10,50); }
H1.HeaderClassName
{
color: #220A32;
}
.AnyTagClassName
{
color: #220A32;
}
</style>
background-color css
<style>
a { background-color: #220A32; }
a { background-color: rgb(34,10,50); }
div.DivClassName
{
background-color: #220A32;
}
.BgClassName
{
background-color: #220A32;
}
</style>
border-color css
<style>
span { border-color: #220A32; }
span { border-color: rgb(34,10,50); }
td.TdClassName
{
border-color: #220A32;
}
.TagClassName
{
border-color: #220A32;
}
</style>