Shades of Blackcurrant #100715
Tints of Blackcurrant #100715
RGB
CMYK
RGB Variations
Color information
#100715 (or 0x100715) is known color: Blackcurrant. HEX triplet: 10, 07 and 15. RGB value is (16,7,21). Sum of RGB (Red+Green+Blue) = 16+7+21=44 (5% of max value = 765). Red value is 16 (6.64% from 255 or 36.36% from 44); Green value is 7 (3.12% from 255 or 15.91% from 44); Blue value is 21 (8.59% from 255 or 47.73% from 44); Max value from RGB is 21 - color contains mainly: blue. Hex color #100715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100715 is #EFF8EA. Grayscale: #0B0B0B. Windows color (decimal): -15726827 or 1378064. OLE color: 1378064.
HSL color Cylindrical-coordinate representation of color #100715: hue angle of 278.57º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #100715 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 16 | 7 | 21 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.92 |
| HSL | 278.57º | 0.5% | 0.05% | - |
| HSV(B) | 278.57º | 0.67% | 0.08% | - |
| XYZ | 0.43 | 0.32 | 0.75 | - |
| YUV | 11.29 | 133.48 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 21 | 0.24 | 0.67 | 0 | 0.92 | 278.57 | 0.5 | 0.05 |
| Hex | 10 | 7 | 15 | 18 | 43 | 0 | 5C | 117 | 32 | 5 |
| Octal | 20 | 7 | 25 | 30 | 103 | 0 | 134 | 427 | 62 | 5 |
| Binary | 10000 | 111 | 10101 | 11000 | 1000011 | 0 | 1011100 | 100010111 | 110010 | 101 |
Color Harmonies of #100715
Complementary color
Monochromatic Colors of #100715
Black with #100715
Text Example
Text Example
White with #100715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100715; }
p { color: rgb(16,7,21); }
H1.HeaderClassName
{
color: #100715;
}
.AnyTagClassName
{
color: #100715;
}
</style>
background-color css
<style>
a { background-color: #100715; }
a { background-color: rgb(16,7,21); }
div.DivClassName
{
background-color: #100715;
}
.BgClassName
{
background-color: #100715;
}
</style>
border-color css
<style>
span { border-color: #100715; }
span { border-color: rgb(16,7,21); }
td.TdClassName
{
border-color: #100715;
}
.TagClassName
{
border-color: #100715;
}
</style>