Shades of Blackcurrant #16013C
Tints of Blackcurrant #16013C
RGB
CMYK
RGB Variations
Color information
#16013C (or 0x16013C) is known color: Blackcurrant. HEX triplet: 16, 01 and 3C. RGB value is (22,1,60). Sum of RGB (Red+Green+Blue) = 22+1+60=83 (10% of max value = 765). Red value is 22 (8.98% from 255 or 26.51% from 83); Green value is 1 (0.78% from 255 or 1.20% from 83); Blue value is 60 (23.83% from 255 or 72.29% from 83); Max value from RGB is 60 - color contains mainly: blue. Hex color #16013C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16013C is #E9FEC3. Grayscale: #0D0D0D. Windows color (decimal): -15335108 or 3932438. OLE color: 3932438.
HSL color Cylindrical-coordinate representation of color #16013C: hue angle of 261.36º 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 #16013C is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 22 | 1 | 60 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.76 |
| HSL | 261.36º | 0.97% | 0.12% | - |
| HSV(B) | 261.36º | 0.98% | 0.24% | - |
| XYZ | 1.16 | 0.52 | 4.31 | - |
| YUV | 14.01 | 153.96 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 1 | 60 | 0.63 | 0.98 | 0 | 0.76 | 261.36 | 0.97 | 0.12 |
| Hex | 16 | 1 | 3C | 3F | 62 | 0 | 4C | 105 | 61 | C |
| Octal | 26 | 1 | 74 | 77 | 142 | 0 | 114 | 405 | 141 | 14 |
| Binary | 10110 | 1 | 111100 | 111111 | 1100010 | 0 | 1001100 | 100000101 | 1100001 | 1100 |
Color Harmonies of #16013C
Complementary color
Monochromatic Colors of #16013C
Black with #16013C
Text Example
Text Example
White with #16013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16013C; }
p { color: rgb(22,1,60); }
H1.HeaderClassName
{
color: #16013C;
}
.AnyTagClassName
{
color: #16013C;
}
</style>
background-color css
<style>
a { background-color: #16013C; }
a { background-color: rgb(22,1,60); }
div.DivClassName
{
background-color: #16013C;
}
.BgClassName
{
background-color: #16013C;
}
</style>
border-color css
<style>
span { border-color: #16013C; }
span { border-color: rgb(22,1,60); }
td.TdClassName
{
border-color: #16013C;
}
.TagClassName
{
border-color: #16013C;
}
</style>