Shades of Blackcurrant #100119
Tints of Blackcurrant #100119
RGB
CMYK
RGB Variations
Color information
#100119 (or 0x100119) is known color: Blackcurrant. HEX triplet: 10, 01 and 19. RGB value is (16,1,25). Sum of RGB (Red+Green+Blue) = 16+1+25=42 (5% of max value = 765). Red value is 16 (6.64% from 255 or 38.10% from 42); Green value is 1 (0.78% from 255 or 2.38% from 42); Blue value is 25 (10.16% from 255 or 59.52% from 42); Max value from RGB is 25 - color contains mainly: blue. Hex color #100119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100119 is #EFFEE6. Grayscale: #080808. Windows color (decimal): -15728359 or 1638672. OLE color: 1638672.
HSL color Cylindrical-coordinate representation of color #100119: hue angle of 277.5º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #100119 is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 16 | 1 | 25 | - |
| CMYK | 0.36 | 0.96 | 0 | 0.90 |
| HSL | 277.5º | 0.92% | 0.05% | - |
| HSV(B) | 277.5º | 0.96% | 0.1% | - |
| XYZ | 0.4 | 0.2 | 0.94 | - |
| YUV | 8.22 | 137.47 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 25 | 0.36 | 0.96 | 0 | 0.90 | 277.5 | 0.92 | 0.05 |
| Hex | 10 | 1 | 19 | 24 | 60 | 0 | 5A | 116 | 5C | 5 |
| Octal | 20 | 1 | 31 | 44 | 140 | 0 | 132 | 426 | 134 | 5 |
| Binary | 10000 | 1 | 11001 | 100100 | 1100000 | 0 | 1011010 | 100010110 | 1011100 | 101 |
Color Harmonies of #100119
Complementary color
Monochromatic Colors of #100119
Black with #100119
Text Example
Text Example
White with #100119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100119; }
p { color: rgb(16,1,25); }
H1.HeaderClassName
{
color: #100119;
}
.AnyTagClassName
{
color: #100119;
}
</style>
background-color css
<style>
a { background-color: #100119; }
a { background-color: rgb(16,1,25); }
div.DivClassName
{
background-color: #100119;
}
.BgClassName
{
background-color: #100119;
}
</style>
border-color css
<style>
span { border-color: #100119; }
span { border-color: rgb(16,1,25); }
td.TdClassName
{
border-color: #100119;
}
.TagClassName
{
border-color: #100119;
}
</style>