Shades of Blackcurrant #100717
Tints of Blackcurrant #100717
RGB
CMYK
RGB Variations
Color information
#100717 (or 0x100717) is known color: Blackcurrant. HEX triplet: 10, 07 and 17. RGB value is (16,7,23). Sum of RGB (Red+Green+Blue) = 16+7+23=46 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.78% from 46); Green value is 7 (3.12% from 255 or 15.22% from 46); Blue value is 23 (9.38% from 255 or 50% from 46); Max value from RGB is 23 - color contains mainly: blue. Hex color #100717 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100717 is #EFF8E8. Grayscale: #0B0B0B. Windows color (decimal): -15726825 or 1509136. OLE color: 1509136.
HSL color Cylindrical-coordinate representation of color #100717: hue angle of 273.75º degrees, saturation: 0.53, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #100717 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 16 | 7 | 23 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.91 |
| HSL | 273.75º | 0.53% | 0.06% | - |
| HSV(B) | 273.75º | 0.7% | 0.09% | - |
| XYZ | 0.44 | 0.32 | 0.85 | - |
| YUV | 11.52 | 134.48 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 23 | 0.30 | 0.70 | 0 | 0.91 | 273.75 | 0.53 | 0.06 |
| Hex | 10 | 7 | 17 | 1E | 46 | 0 | 5B | 112 | 35 | 6 |
| Octal | 20 | 7 | 27 | 36 | 106 | 0 | 133 | 422 | 65 | 6 |
| Binary | 10000 | 111 | 10111 | 11110 | 1000110 | 0 | 1011011 | 100010010 | 110101 | 110 |
Color Harmonies of #100717
Complementary color
Monochromatic Colors of #100717
Black with #100717
Text Example
Text Example
White with #100717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100717; }
p { color: rgb(16,7,23); }
H1.HeaderClassName
{
color: #100717;
}
.AnyTagClassName
{
color: #100717;
}
</style>
background-color css
<style>
a { background-color: #100717; }
a { background-color: rgb(16,7,23); }
div.DivClassName
{
background-color: #100717;
}
.BgClassName
{
background-color: #100717;
}
</style>
border-color css
<style>
span { border-color: #100717; }
span { border-color: rgb(16,7,23); }
td.TdClassName
{
border-color: #100717;
}
.TagClassName
{
border-color: #100717;
}
</style>