Shades of Blackcurrant #100219
Tints of Blackcurrant #100219
RGB
CMYK
RGB Variations
Color information
#100219 (or 0x100219) is known color: Blackcurrant. HEX triplet: 10, 02 and 19. RGB value is (16,2,25). Sum of RGB (Red+Green+Blue) = 16+2+25=43 (5% of max value = 765). Red value is 16 (6.64% from 255 or 37.21% from 43); Green value is 2 (1.17% from 255 or 4.65% from 43); Blue value is 25 (10.16% from 255 or 58.14% from 43); Max value from RGB is 25 - color contains mainly: blue. Hex color #100219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100219 is #EFFDE6. Grayscale: #080808. Windows color (decimal): -15728103 or 1638928. OLE color: 1638928.
HSL color Cylindrical-coordinate representation of color #100219: hue angle of 276.52º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #100219 is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 16 | 2 | 25 | - |
| CMYK | 0.36 | 0.92 | 0 | 0.90 |
| HSL | 276.52º | 0.85% | 0.05% | - |
| HSV(B) | 276.52º | 0.92% | 0.1% | - |
| XYZ | 0.41 | 0.22 | 0.94 | - |
| YUV | 8.81 | 137.14 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 2 | 25 | 0.36 | 0.92 | 0 | 0.90 | 276.52 | 0.85 | 0.05 |
| Hex | 10 | 2 | 19 | 24 | 5C | 0 | 5A | 115 | 55 | 5 |
| Octal | 20 | 2 | 31 | 44 | 134 | 0 | 132 | 425 | 125 | 5 |
| Binary | 10000 | 10 | 11001 | 100100 | 1011100 | 0 | 1011010 | 100010101 | 1010101 | 101 |
Color Harmonies of #100219
Complementary color
Monochromatic Colors of #100219
Black with #100219
Text Example
Text Example
White with #100219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100219; }
p { color: rgb(16,2,25); }
H1.HeaderClassName
{
color: #100219;
}
.AnyTagClassName
{
color: #100219;
}
</style>
background-color css
<style>
a { background-color: #100219; }
a { background-color: rgb(16,2,25); }
div.DivClassName
{
background-color: #100219;
}
.BgClassName
{
background-color: #100219;
}
</style>
border-color css
<style>
span { border-color: #100219; }
span { border-color: rgb(16,2,25); }
td.TdClassName
{
border-color: #100219;
}
.TagClassName
{
border-color: #100219;
}
</style>