Shades of Blackcurrant #100019
Tints of Blackcurrant #100019
RGB
CMYK
RGB Variations
Color information
#100019 (or 0x100019) is known color: Blackcurrant. HEX triplet: 10, 00 and 19. RGB value is (16,0,25). Sum of RGB (Red+Green+Blue) = 16+0+25=41 (5% of max value = 765). Red value is 16 (6.64% from 255 or 39.02% from 41); Green value is 0 (0.39% from 255 or 0% from 41); Blue value is 25 (10.16% from 255 or 60.98% from 41); Max value from RGB is 25 - color contains mainly: blue. Hex color #100019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100019 is #EFFFE6. Grayscale: #070707. Windows color (decimal): -15728615 or 1638416. OLE color: 1638416.
HSL color Cylindrical-coordinate representation of color #100019: hue angle of 278.4º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #100019 is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 16 | 0 | 25 | - |
| CMYK | 0.36 | 1 | 0 | 0.90 |
| HSL | 278.4º | 1% | 0.05% | - |
| HSV(B) | 278.4º | 1% | 0.1% | - |
| XYZ | 0.39 | 0.18 | 0.93 | - |
| YUV | 7.63 | 137.8 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 0 | 25 | 0.36 | 1 | 0 | 0.90 | 278.4 | 1 | 0.05 |
| Hex | 10 | 0 | 19 | 24 | 64 | 0 | 5A | 116 | 64 | 5 |
| Octal | 20 | 0 | 31 | 44 | 144 | 0 | 132 | 426 | 144 | 5 |
| Binary | 10000 | 0 | 11001 | 100100 | 1100100 | 0 | 1011010 | 100010110 | 1100100 | 101 |
Color Harmonies of #100019
Complementary color
Monochromatic Colors of #100019
Black with #100019
Text Example
Text Example
White with #100019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100019; }
p { color: rgb(16,0,25); }
H1.HeaderClassName
{
color: #100019;
}
.AnyTagClassName
{
color: #100019;
}
</style>
background-color css
<style>
a { background-color: #100019; }
a { background-color: rgb(16,0,25); }
div.DivClassName
{
background-color: #100019;
}
.BgClassName
{
background-color: #100019;
}
</style>
border-color css
<style>
span { border-color: #100019; }
span { border-color: rgb(16,0,25); }
td.TdClassName
{
border-color: #100019;
}
.TagClassName
{
border-color: #100019;
}
</style>