Shades of Blackcurrant #100A16
Tints of Blackcurrant #100A16
RGB
CMYK
RGB Variations
Color information
#100A16 (or 0x100A16) is known color: Blackcurrant. HEX triplet: 10, 0A and 16. RGB value is (16,10,22). Sum of RGB (Red+Green+Blue) = 16+10+22=48 (6% of max value = 765). Red value is 16 (6.64% from 255 or 33.33% from 48); Green value is 10 (4.30% from 255 or 20.83% from 48); Blue value is 22 (8.98% from 255 or 45.83% from 48); Max value from RGB is 22 - color contains mainly: blue. Hex color #100A16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100A16 is #EFF5E9. Grayscale: #0D0D0D. Windows color (decimal): -15726058 or 1444368. OLE color: 1444368.
HSL color Cylindrical-coordinate representation of color #100A16: hue angle of 270º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #100A16 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 16 | 10 | 22 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.91 |
| HSL | 270º | 0.38% | 0.06% | - |
| HSV(B) | 270º | 0.55% | 0.09% | - |
| XYZ | 0.47 | 0.39 | 0.81 | - |
| YUV | 13.16 | 132.99 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 10 | 22 | 0.27 | 0.55 | 0 | 0.91 | 270 | 0.38 | 0.06 |
| Hex | 10 | A | 16 | 1B | 37 | 0 | 5B | 10E | 26 | 6 |
| Octal | 20 | 12 | 26 | 33 | 67 | 0 | 133 | 416 | 46 | 6 |
| Binary | 10000 | 1010 | 10110 | 11011 | 110111 | 0 | 1011011 | 100001110 | 100110 | 110 |
Color Harmonies of #100A16
Complementary color
Monochromatic Colors of #100A16
Black with #100A16
Text Example
Text Example
White with #100A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100A16; }
p { color: rgb(16,10,22); }
H1.HeaderClassName
{
color: #100A16;
}
.AnyTagClassName
{
color: #100A16;
}
</style>
background-color css
<style>
a { background-color: #100A16; }
a { background-color: rgb(16,10,22); }
div.DivClassName
{
background-color: #100A16;
}
.BgClassName
{
background-color: #100A16;
}
</style>
border-color css
<style>
span { border-color: #100A16; }
span { border-color: rgb(16,10,22); }
td.TdClassName
{
border-color: #100A16;
}
.TagClassName
{
border-color: #100A16;
}
</style>