Shades of Blackcurrant #160038
Tints of Blackcurrant #160038
RGB
CMYK
RGB Variations
Color information
#160038 (or 0x160038) is known color: Blackcurrant. HEX triplet: 16, 00 and 38. RGB value is (22,0,56). Sum of RGB (Red+Green+Blue) = 22+0+56=78 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.21% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 56 (22.27% from 255 or 71.79% from 78); Max value from RGB is 56 - color contains mainly: blue. Hex color #160038 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160038 is #E9FFC7. Grayscale: #0C0C0C. Windows color (decimal): -15335368 or 3670038. OLE color: 3670038.
HSL color Cylindrical-coordinate representation of color #160038: hue angle of 263.57º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #160038 is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 0 | 56 | - |
| CMYK | 0.61 | 1 | 0 | 0.78 |
| HSL | 263.57º | 1% | 0.11% | - |
| HSV(B) | 263.57º | 1% | 0.22% | - |
| XYZ | 1.04 | 0.46 | 3.77 | - |
| YUV | 12.96 | 152.29 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 0 | 56 | 0.61 | 1 | 0 | 0.78 | 263.57 | 1 | 0.11 |
| Hex | 16 | 0 | 38 | 3D | 64 | 0 | 4E | 108 | 64 | B |
| Octal | 26 | 0 | 70 | 75 | 144 | 0 | 116 | 410 | 144 | 13 |
| Binary | 10110 | 0 | 111000 | 111101 | 1100100 | 0 | 1001110 | 100001000 | 1100100 | 1011 |
Color Harmonies of #160038
Complementary color
Monochromatic Colors of #160038
Black with #160038
Text Example
Text Example
White with #160038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160038; }
p { color: rgb(22,0,56); }
H1.HeaderClassName
{
color: #160038;
}
.AnyTagClassName
{
color: #160038;
}
</style>
background-color css
<style>
a { background-color: #160038; }
a { background-color: rgb(22,0,56); }
div.DivClassName
{
background-color: #160038;
}
.BgClassName
{
background-color: #160038;
}
</style>
border-color css
<style>
span { border-color: #160038; }
span { border-color: rgb(22,0,56); }
td.TdClassName
{
border-color: #160038;
}
.TagClassName
{
border-color: #160038;
}
</style>