Shades of Blackcurrant #220330
Tints of Blackcurrant #220330
RGB
CMYK
RGB Variations
Color information
#220330 (or 0x220330) is known color: Blackcurrant. HEX triplet: 22, 03 and 30. RGB value is (34,3,48). Sum of RGB (Red+Green+Blue) = 34+3+48=85 (11% of max value = 765). Red value is 34 (13.67% from 255 or 40% from 85); Green value is 3 (1.56% from 255 or 3.53% from 85); Blue value is 48 (19.14% from 255 or 56.47% from 85); Max value from RGB is 48 - color contains mainly: blue. Hex color #220330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220330 is #DDFCCF. Grayscale: #111111. Windows color (decimal): -14548176 or 3146530. OLE color: 3146530.
HSL color Cylindrical-coordinate representation of color #220330: hue angle of 281.33º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #220330 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 34 | 3 | 48 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.81 |
| HSL | 281.33º | 0.88% | 0.1% | - |
| HSV(B) | 281.33º | 0.94% | 0.19% | - |
| XYZ | 1.23 | 0.62 | 2.85 | - |
| YUV | 17.4 | 145.27 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 3 | 48 | 0.29 | 0.94 | 0 | 0.81 | 281.33 | 0.88 | 0.1 |
| Hex | 22 | 3 | 30 | 1D | 5E | 0 | 51 | 119 | 58 | A |
| Octal | 42 | 3 | 60 | 35 | 136 | 0 | 121 | 431 | 130 | 12 |
| Binary | 100010 | 11 | 110000 | 11101 | 1011110 | 0 | 1010001 | 100011001 | 1011000 | 1010 |
Color Harmonies of #220330
Complementary color
Monochromatic Colors of #220330
Black with #220330
Text Example
Text Example
White with #220330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220330; }
p { color: rgb(34,3,48); }
H1.HeaderClassName
{
color: #220330;
}
.AnyTagClassName
{
color: #220330;
}
</style>
background-color css
<style>
a { background-color: #220330; }
a { background-color: rgb(34,3,48); }
div.DivClassName
{
background-color: #220330;
}
.BgClassName
{
background-color: #220330;
}
</style>
border-color css
<style>
span { border-color: #220330; }
span { border-color: rgb(34,3,48); }
td.TdClassName
{
border-color: #220330;
}
.TagClassName
{
border-color: #220330;
}
</style>