Shades of Blackcurrant #100819
Tints of Blackcurrant #100819
RGB
CMYK
RGB Variations
Color information
#100819 (or 0x100819) is known color: Blackcurrant. HEX triplet: 10, 08 and 19. RGB value is (16,8,25). Sum of RGB (Red+Green+Blue) = 16+8+25=49 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32.65% from 49); Green value is 8 (3.52% from 255 or 16.33% from 49); Blue value is 25 (10.16% from 255 or 51.02% from 49); Max value from RGB is 25 - color contains mainly: blue. Hex color #100819 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100819 is #EFF7E6. Grayscale: #0C0C0C. Windows color (decimal): -15726567 or 1640464. OLE color: 1640464.
HSL color Cylindrical-coordinate representation of color #100819: hue angle of 268.24º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #100819 is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 16 | 8 | 25 | - |
| CMYK | 0.36 | 0.68 | 0 | 0.90 |
| HSL | 268.24º | 0.52% | 0.06% | - |
| HSV(B) | 268.24º | 0.68% | 0.1% | - |
| XYZ | 0.48 | 0.35 | 0.96 | - |
| YUV | 12.33 | 135.15 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 8 | 25 | 0.36 | 0.68 | 0 | 0.90 | 268.24 | 0.52 | 0.06 |
| Hex | 10 | 8 | 19 | 24 | 44 | 0 | 5A | 10C | 34 | 6 |
| Octal | 20 | 10 | 31 | 44 | 104 | 0 | 132 | 414 | 64 | 6 |
| Binary | 10000 | 1000 | 11001 | 100100 | 1000100 | 0 | 1011010 | 100001100 | 110100 | 110 |
Color Harmonies of #100819
Complementary color
Monochromatic Colors of #100819
Black with #100819
Text Example
Text Example
White with #100819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100819; }
p { color: rgb(16,8,25); }
H1.HeaderClassName
{
color: #100819;
}
.AnyTagClassName
{
color: #100819;
}
</style>
background-color css
<style>
a { background-color: #100819; }
a { background-color: rgb(16,8,25); }
div.DivClassName
{
background-color: #100819;
}
.BgClassName
{
background-color: #100819;
}
</style>
border-color css
<style>
span { border-color: #100819; }
span { border-color: rgb(16,8,25); }
td.TdClassName
{
border-color: #100819;
}
.TagClassName
{
border-color: #100819;
}
</style>