Shades of Blackcurrant #100714
Tints of Blackcurrant #100714
RGB
CMYK
RGB Variations
Color information
#100714 (or 0x100714) is known color: Blackcurrant. HEX triplet: 10, 07 and 14. RGB value is (16,7,20). Sum of RGB (Red+Green+Blue) = 16+7+20=43 (5% of max value = 765). Red value is 16 (6.64% from 255 or 37.21% from 43); Green value is 7 (3.12% from 255 or 16.28% from 43); Blue value is 20 (8.20% from 255 or 46.51% from 43); Max value from RGB is 20 - color contains mainly: blue. Hex color #100714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100714 is #EFF8EB. Grayscale: #0B0B0B. Windows color (decimal): -15726828 or 1312528. OLE color: 1312528.
HSL color Cylindrical-coordinate representation of color #100714: hue angle of 281.54º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #100714 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 16 | 7 | 20 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.92 |
| HSL | 281.54º | 0.48% | 0.05% | - |
| HSV(B) | 281.54º | 0.65% | 0.08% | - |
| XYZ | 0.42 | 0.31 | 0.7 | - |
| YUV | 11.17 | 132.98 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 20 | 0.20 | 0.65 | 0 | 0.92 | 281.54 | 0.48 | 0.05 |
| Hex | 10 | 7 | 14 | 14 | 41 | 0 | 5C | 11A | 30 | 5 |
| Octal | 20 | 7 | 24 | 24 | 101 | 0 | 134 | 432 | 60 | 5 |
| Binary | 10000 | 111 | 10100 | 10100 | 1000001 | 0 | 1011100 | 100011010 | 110000 | 101 |
Color Harmonies of #100714
Complementary color
Monochromatic Colors of #100714
Black with #100714
Text Example
Text Example
White with #100714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100714; }
p { color: rgb(16,7,20); }
H1.HeaderClassName
{
color: #100714;
}
.AnyTagClassName
{
color: #100714;
}
</style>
background-color css
<style>
a { background-color: #100714; }
a { background-color: rgb(16,7,20); }
div.DivClassName
{
background-color: #100714;
}
.BgClassName
{
background-color: #100714;
}
</style>
border-color css
<style>
span { border-color: #100714; }
span { border-color: rgb(16,7,20); }
td.TdClassName
{
border-color: #100714;
}
.TagClassName
{
border-color: #100714;
}
</style>