Shades of Blackcurrant #16013D
Tints of Blackcurrant #16013D
RGB
CMYK
RGB Variations
Color information
#16013D (or 0x16013D) is known color: Blackcurrant. HEX triplet: 16, 01 and 3D. RGB value is (22,1,61). Sum of RGB (Red+Green+Blue) = 22+1+61=84 (11% of max value = 765). Red value is 22 (8.98% from 255 or 26.19% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 61 (24.22% from 255 or 72.62% from 84); Max value from RGB is 61 - color contains mainly: blue. Hex color #16013D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16013D is #E9FEC2. Grayscale: #0D0D0D. Windows color (decimal): -15335107 or 3997974. OLE color: 3997974.
HSL color Cylindrical-coordinate representation of color #16013D: hue angle of 261º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #16013D is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 22 | 1 | 61 | - |
| CMYK | 0.64 | 0.98 | 0 | 0.76 |
| HSL | 261º | 0.97% | 0.12% | - |
| HSV(B) | 261º | 0.98% | 0.24% | - |
| XYZ | 1.18 | 0.53 | 4.45 | - |
| YUV | 14.12 | 154.46 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 1 | 61 | 0.64 | 0.98 | 0 | 0.76 | 261 | 0.97 | 0.12 |
| Hex | 16 | 1 | 3D | 40 | 62 | 0 | 4C | 105 | 61 | C |
| Octal | 26 | 1 | 75 | 100 | 142 | 0 | 114 | 405 | 141 | 14 |
| Binary | 10110 | 1 | 111101 | 1000000 | 1100010 | 0 | 1001100 | 100000101 | 1100001 | 1100 |
Color Harmonies of #16013D
Complementary color
Monochromatic Colors of #16013D
Black with #16013D
Text Example
Text Example
White with #16013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16013D; }
p { color: rgb(22,1,61); }
H1.HeaderClassName
{
color: #16013D;
}
.AnyTagClassName
{
color: #16013D;
}
</style>
background-color css
<style>
a { background-color: #16013D; }
a { background-color: rgb(22,1,61); }
div.DivClassName
{
background-color: #16013D;
}
.BgClassName
{
background-color: #16013D;
}
</style>
border-color css
<style>
span { border-color: #16013D; }
span { border-color: rgb(22,1,61); }
td.TdClassName
{
border-color: #16013D;
}
.TagClassName
{
border-color: #16013D;
}
</style>