Shades of Blackcurrant #100115
Tints of Blackcurrant #100115
RGB
CMYK
RGB Variations
Color information
#100115 (or 0x100115) is known color: Blackcurrant. HEX triplet: 10, 01 and 15. RGB value is (16,1,21). Sum of RGB (Red+Green+Blue) = 16+1+21=38 (5% of max value = 765). Red value is 16 (6.64% from 255 or 42.11% from 38); Green value is 1 (0.78% from 255 or 2.63% from 38); Blue value is 21 (8.59% from 255 or 55.26% from 38); Max value from RGB is 21 - color contains mainly: blue. Hex color #100115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100115 is #EFFEEA. Grayscale: #070707. Windows color (decimal): -15728363 or 1376528. OLE color: 1376528.
HSL color Cylindrical-coordinate representation of color #100115: hue angle of 285º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #100115 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 16 | 1 | 21 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.92 |
| HSL | 285º | 0.91% | 0.04% | - |
| HSV(B) | 285º | 0.95% | 0.08% | - |
| XYZ | 0.36 | 0.19 | 0.73 | - |
| YUV | 7.77 | 135.47 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 21 | 0.24 | 0.95 | 0 | 0.92 | 285 | 0.91 | 0.04 |
| Hex | 10 | 1 | 15 | 18 | 5F | 0 | 5C | 11D | 5B | 4 |
| Octal | 20 | 1 | 25 | 30 | 137 | 0 | 134 | 435 | 133 | 4 |
| Binary | 10000 | 1 | 10101 | 11000 | 1011111 | 0 | 1011100 | 100011101 | 1011011 | 100 |
Color Harmonies of #100115
Complementary color
Monochromatic Colors of #100115
Black with #100115
Text Example
Text Example
White with #100115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100115; }
p { color: rgb(16,1,21); }
H1.HeaderClassName
{
color: #100115;
}
.AnyTagClassName
{
color: #100115;
}
</style>
background-color css
<style>
a { background-color: #100115; }
a { background-color: rgb(16,1,21); }
div.DivClassName
{
background-color: #100115;
}
.BgClassName
{
background-color: #100115;
}
</style>
border-color css
<style>
span { border-color: #100115; }
span { border-color: rgb(16,1,21); }
td.TdClassName
{
border-color: #100115;
}
.TagClassName
{
border-color: #100115;
}
</style>