Shades of Blackcurrant #160238
Tints of Blackcurrant #160238
RGB
CMYK
RGB Variations
Color information
#160238 (or 0x160238) is known color: Blackcurrant. HEX triplet: 16, 02 and 38. RGB value is (22,2,56). Sum of RGB (Red+Green+Blue) = 22+2+56=80 (10% of max value = 765). Red value is 22 (8.98% from 255 or 27.5% from 80); Green value is 2 (1.17% from 255 or 2.5% from 80); Blue value is 56 (22.27% from 255 or 70% from 80); Max value from RGB is 56 - color contains mainly: blue. Hex color #160238 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160238 is #E9FDC7. Grayscale: #0D0D0D. Windows color (decimal): -15334856 or 3670550. OLE color: 3670550.
HSL color Cylindrical-coordinate representation of color #160238: hue angle of 262.22º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #160238 is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 2 | 56 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.78 |
| HSL | 262.22º | 0.93% | 0.11% | - |
| HSV(B) | 262.22º | 0.96% | 0.22% | - |
| XYZ | 1.07 | 0.5 | 3.78 | - |
| YUV | 14.14 | 151.63 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 2 | 56 | 0.61 | 0.96 | 0 | 0.78 | 262.22 | 0.93 | 0.11 |
| Hex | 16 | 2 | 38 | 3D | 60 | 0 | 4E | 106 | 5D | B |
| Octal | 26 | 2 | 70 | 75 | 140 | 0 | 116 | 406 | 135 | 13 |
| Binary | 10110 | 10 | 111000 | 111101 | 1100000 | 0 | 1001110 | 100000110 | 1011101 | 1011 |
Color Harmonies of #160238
Complementary color
Monochromatic Colors of #160238
Black with #160238
Text Example
Text Example
White with #160238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160238; }
p { color: rgb(22,2,56); }
H1.HeaderClassName
{
color: #160238;
}
.AnyTagClassName
{
color: #160238;
}
</style>
background-color css
<style>
a { background-color: #160238; }
a { background-color: rgb(22,2,56); }
div.DivClassName
{
background-color: #160238;
}
.BgClassName
{
background-color: #160238;
}
</style>
border-color css
<style>
span { border-color: #160238; }
span { border-color: rgb(22,2,56); }
td.TdClassName
{
border-color: #160238;
}
.TagClassName
{
border-color: #160238;
}
</style>