Shades of Blackcurrant #16003C
Tints of Blackcurrant #16003C
RGB
CMYK
RGB Variations
Color information
#16003C (or 0x16003C) is known color: Blackcurrant. HEX triplet: 16, 00 and 3C. RGB value is (22,0,60). Sum of RGB (Red+Green+Blue) = 22+0+60=82 (10% of max value = 765). Red value is 22 (8.98% from 255 or 26.83% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 60 (23.83% from 255 or 73.17% from 82); Max value from RGB is 60 - color contains mainly: blue. Hex color #16003C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16003C is #E9FFC3. Grayscale: #0D0D0D. Windows color (decimal): -15335364 or 3932182. OLE color: 3932182.
HSL color Cylindrical-coordinate representation of color #16003C: hue angle of 262º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #16003C is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 22 | 0 | 60 | - |
| CMYK | 0.63 | 1 | 0 | 0.76 |
| HSL | 262º | 1% | 0.12% | - |
| HSV(B) | 262º | 1% | 0.24% | - |
| XYZ | 1.15 | 0.5 | 4.31 | - |
| YUV | 13.42 | 154.29 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 0 | 60 | 0.63 | 1 | 0 | 0.76 | 262 | 1 | 0.12 |
| Hex | 16 | 0 | 3C | 3F | 64 | 0 | 4C | 106 | 64 | C |
| Octal | 26 | 0 | 74 | 77 | 144 | 0 | 114 | 406 | 144 | 14 |
| Binary | 10110 | 0 | 111100 | 111111 | 1100100 | 0 | 1001100 | 100000110 | 1100100 | 1100 |
Color Harmonies of #16003C
Complementary color
Monochromatic Colors of #16003C
Black with #16003C
Text Example
Text Example
White with #16003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16003C; }
p { color: rgb(22,0,60); }
H1.HeaderClassName
{
color: #16003C;
}
.AnyTagClassName
{
color: #16003C;
}
</style>
background-color css
<style>
a { background-color: #16003C; }
a { background-color: rgb(22,0,60); }
div.DivClassName
{
background-color: #16003C;
}
.BgClassName
{
background-color: #16003C;
}
</style>
border-color css
<style>
span { border-color: #16003C; }
span { border-color: rgb(22,0,60); }
td.TdClassName
{
border-color: #16003C;
}
.TagClassName
{
border-color: #16003C;
}
</style>