Shades of Blackcurrant #16003D
Tints of Blackcurrant #16003D
RGB
CMYK
RGB Variations
Color information
#16003D (or 0x16003D) is known color: Blackcurrant. HEX triplet: 16, 00 and 3D. RGB value is (22,0,61). Sum of RGB (Red+Green+Blue) = 22+0+61=83 (10% of max value = 765). Red value is 22 (8.98% from 255 or 26.51% from 83); Green value is 0 (0.39% from 255 or 0% from 83); Blue value is 61 (24.22% from 255 or 73.49% from 83); Max value from RGB is 61 - color contains mainly: blue. Hex color #16003D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16003D is #E9FFC2. Grayscale: #0D0D0D. Windows color (decimal): -15335363 or 3997718. OLE color: 3997718.
HSL color Cylindrical-coordinate representation of color #16003D: hue angle of 261.64º 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 #16003D is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 22 | 0 | 61 | - |
| CMYK | 0.64 | 1 | 0 | 0.76 |
| HSL | 261.64º | 1% | 0.12% | - |
| HSV(B) | 261.64º | 1% | 0.24% | - |
| XYZ | 1.17 | 0.51 | 4.45 | - |
| YUV | 13.53 | 154.79 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 0 | 61 | 0.64 | 1 | 0 | 0.76 | 261.64 | 1 | 0.12 |
| Hex | 16 | 0 | 3D | 40 | 64 | 0 | 4C | 106 | 64 | C |
| Octal | 26 | 0 | 75 | 100 | 144 | 0 | 114 | 406 | 144 | 14 |
| Binary | 10110 | 0 | 111101 | 1000000 | 1100100 | 0 | 1001100 | 100000110 | 1100100 | 1100 |
Color Harmonies of #16003D
Complementary color
Monochromatic Colors of #16003D
Black with #16003D
Text Example
Text Example
White with #16003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16003D; }
p { color: rgb(22,0,61); }
H1.HeaderClassName
{
color: #16003D;
}
.AnyTagClassName
{
color: #16003D;
}
</style>
background-color css
<style>
a { background-color: #16003D; }
a { background-color: rgb(22,0,61); }
div.DivClassName
{
background-color: #16003D;
}
.BgClassName
{
background-color: #16003D;
}
</style>
border-color css
<style>
span { border-color: #16003D; }
span { border-color: rgb(22,0,61); }
td.TdClassName
{
border-color: #16003D;
}
.TagClassName
{
border-color: #16003D;
}
</style>