Shades of Blackcurrant #220138
Tints of Blackcurrant #220138
RGB
CMYK
RGB Variations
Color information
#220138 (or 0x220138) is known color: Blackcurrant. HEX triplet: 22, 01 and 38. RGB value is (34,1,56). Sum of RGB (Red+Green+Blue) = 34+1+56=91 (12% of max value = 765). Red value is 34 (13.67% from 255 or 37.36% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 56 (22.27% from 255 or 61.54% from 91); Max value from RGB is 56 - color contains mainly: blue. Hex color #220138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220138 is #DDFEC7. Grayscale: #101010. Windows color (decimal): -14548680 or 3670306. OLE color: 3670306.
HSL color Cylindrical-coordinate representation of color #220138: hue angle of 276º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #220138 is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 34 | 1 | 56 | - |
| CMYK | 0.39 | 0.98 | 0 | 0.78 |
| HSL | 276º | 0.96% | 0.11% | - |
| HSV(B) | 276º | 0.98% | 0.22% | - |
| XYZ | 1.38 | 0.65 | 3.79 | - |
| YUV | 17.14 | 149.93 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 1 | 56 | 0.39 | 0.98 | 0 | 0.78 | 276 | 0.96 | 0.11 |
| Hex | 22 | 1 | 38 | 27 | 62 | 0 | 4E | 114 | 60 | B |
| Octal | 42 | 1 | 70 | 47 | 142 | 0 | 116 | 424 | 140 | 13 |
| Binary | 100010 | 1 | 111000 | 100111 | 1100010 | 0 | 1001110 | 100010100 | 1100000 | 1011 |
Color Harmonies of #220138
Complementary color
Monochromatic Colors of #220138
Black with #220138
Text Example
Text Example
White with #220138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220138; }
p { color: rgb(34,1,56); }
H1.HeaderClassName
{
color: #220138;
}
.AnyTagClassName
{
color: #220138;
}
</style>
background-color css
<style>
a { background-color: #220138; }
a { background-color: rgb(34,1,56); }
div.DivClassName
{
background-color: #220138;
}
.BgClassName
{
background-color: #220138;
}
</style>
border-color css
<style>
span { border-color: #220138; }
span { border-color: rgb(34,1,56); }
td.TdClassName
{
border-color: #220138;
}
.TagClassName
{
border-color: #220138;
}
</style>