Shades of Blackcurrant #100E11
Tints of Blackcurrant #100E11
RGB
CMYK
RGB Variations
Color information
#100E11 (or 0x100E11) is known color: Blackcurrant. HEX triplet: 10, 0E and 11. RGB value is (16,14,17). Sum of RGB (Red+Green+Blue) = 16+14+17=47 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.04% from 47); Green value is 14 (5.86% from 255 or 29.79% from 47); Blue value is 17 (7.03% from 255 or 36.17% from 47); Max value from RGB is 17 - color contains mainly: blue. Hex color #100E11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100E11 is #EFF1EE. Grayscale: #0E0E0E. Windows color (decimal): -15725039 or 1117712. OLE color: 1117712.
HSL color Cylindrical-coordinate representation of color #100E11: hue angle of 280º degrees, saturation: 0.1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #100E11 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
RGB | 16 | 14 | 17 | - |
CMYK | 0.06 | 0.18 | 0 | 0.93 |
HSL | 280º | 0.1% | 0.06% | - |
HSV(B) | 280º | 0.18% | 0.07% | - |
XYZ | 0.47 | 0.46 | 0.6 | - |
YUV | 14.94 | 129.16 | 128.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 16 | 14 | 17 | 0.06 | 0.18 | 0 | 0.93 | 280 | 0.1 | 0.06 |
Hex | 10 | E | 11 | 6 | 12 | 0 | 5D | 118 | A | 6 |
Octal | 20 | 16 | 21 | 6 | 22 | 0 | 135 | 430 | 12 | 6 |
Binary | 10000 | 1110 | 10001 | 110 | 10010 | 0 | 1011101 | 100011000 | 1010 | 110 |
Color Harmonies of #100E11
Complementary color
Monochromatic Colors of #100E11
Black with #100E11
Text Example
Text Example
White with #100E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100E11; }
p { color: rgb(16,14,17); }
H1.HeaderClassName
{
color: #100E11;
}
.AnyTagClassName
{
color: #100E11;
}
</style>
background-color css
<style>
a { background-color: #100E11; }
a { background-color: rgb(16,14,17); }
div.DivClassName
{
background-color: #100E11;
}
.BgClassName
{
background-color: #100E11;
}
</style>
border-color css
<style>
span { border-color: #100E11; }
span { border-color: rgb(16,14,17); }
td.TdClassName
{
border-color: #100E11;
}
.TagClassName
{
border-color: #100E11;
}
</style>