Shades of Blackcurrant #220630
Tints of Blackcurrant #220630
RGB
CMYK
RGB Variations
Color information
#220630 (or 0x220630) is known color: Blackcurrant. HEX triplet: 22, 06 and 30. RGB value is (34,6,48). Sum of RGB (Red+Green+Blue) = 34+6+48=88 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.64% from 88); Green value is 6 (2.73% from 255 or 6.82% from 88); Blue value is 48 (19.14% from 255 or 54.55% from 88); Max value from RGB is 48 - color contains mainly: blue. Hex color #220630 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220630 is #DDF9CF. Grayscale: #131313. Windows color (decimal): -14547408 or 3147298. OLE color: 3147298.
HSL color Cylindrical-coordinate representation of color #220630: hue angle of 280º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #220630 is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 34 | 6 | 48 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.81 |
| HSL | 280º | 0.78% | 0.11% | - |
| HSV(B) | 280º | 0.88% | 0.19% | - |
| XYZ | 1.26 | 0.68 | 2.86 | - |
| YUV | 19.16 | 144.28 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 6 | 48 | 0.29 | 0.87 | 0 | 0.81 | 280 | 0.78 | 0.11 |
| Hex | 22 | 6 | 30 | 1D | 57 | 0 | 51 | 118 | 4E | B |
| Octal | 42 | 6 | 60 | 35 | 127 | 0 | 121 | 430 | 116 | 13 |
| Binary | 100010 | 110 | 110000 | 11101 | 1010111 | 0 | 1010001 | 100011000 | 1001110 | 1011 |
Color Harmonies of #220630
Complementary color
Monochromatic Colors of #220630
Black with #220630
Text Example
Text Example
White with #220630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220630; }
p { color: rgb(34,6,48); }
H1.HeaderClassName
{
color: #220630;
}
.AnyTagClassName
{
color: #220630;
}
</style>
background-color css
<style>
a { background-color: #220630; }
a { background-color: rgb(34,6,48); }
div.DivClassName
{
background-color: #220630;
}
.BgClassName
{
background-color: #220630;
}
</style>
border-color css
<style>
span { border-color: #220630; }
span { border-color: rgb(34,6,48); }
td.TdClassName
{
border-color: #220630;
}
.TagClassName
{
border-color: #220630;
}
</style>