Shades of Blackcurrant #220530
Tints of Blackcurrant #220530
RGB
CMYK
RGB Variations
Color information
#220530 (or 0x220530) is known color: Blackcurrant. HEX triplet: 22, 05 and 30. RGB value is (34,5,48). Sum of RGB (Red+Green+Blue) = 34+5+48=87 (11% of max value = 765). Red value is 34 (13.67% from 255 or 39.08% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 48 (19.14% from 255 or 55.17% from 87); Max value from RGB is 48 - color contains mainly: blue. Hex color #220530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220530 is #DDFACF. Grayscale: #121212. Windows color (decimal): -14547664 or 3147042. OLE color: 3147042.
HSL color Cylindrical-coordinate representation of color #220530: hue angle of 280.47º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #220530 is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 34 | 5 | 48 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.81 |
| HSL | 280.47º | 0.81% | 0.1% | - |
| HSV(B) | 280.47º | 0.9% | 0.19% | - |
| XYZ | 1.25 | 0.66 | 2.86 | - |
| YUV | 18.57 | 144.61 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 5 | 48 | 0.29 | 0.90 | 0 | 0.81 | 280.47 | 0.81 | 0.1 |
| Hex | 22 | 5 | 30 | 1D | 5A | 0 | 51 | 118 | 51 | A |
| Octal | 42 | 5 | 60 | 35 | 132 | 0 | 121 | 430 | 121 | 12 |
| Binary | 100010 | 101 | 110000 | 11101 | 1011010 | 0 | 1010001 | 100011000 | 1010001 | 1010 |
Color Harmonies of #220530
Complementary color
Monochromatic Colors of #220530
Black with #220530
Text Example
Text Example
White with #220530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220530; }
p { color: rgb(34,5,48); }
H1.HeaderClassName
{
color: #220530;
}
.AnyTagClassName
{
color: #220530;
}
</style>
background-color css
<style>
a { background-color: #220530; }
a { background-color: rgb(34,5,48); }
div.DivClassName
{
background-color: #220530;
}
.BgClassName
{
background-color: #220530;
}
</style>
border-color css
<style>
span { border-color: #220530; }
span { border-color: rgb(34,5,48); }
td.TdClassName
{
border-color: #220530;
}
.TagClassName
{
border-color: #220530;
}
</style>