Shades of Blackcurrant #100917
Tints of Blackcurrant #100917
RGB
CMYK
RGB Variations
Color information
#100917 (or 0x100917) is known color: Blackcurrant. HEX triplet: 10, 09 and 17. RGB value is (16,9,23). Sum of RGB (Red+Green+Blue) = 16+9+23=48 (6% of max value = 765). Red value is 16 (6.64% from 255 or 33.33% from 48); Green value is 9 (3.91% from 255 or 18.75% from 48); Blue value is 23 (9.38% from 255 or 47.92% from 48); Max value from RGB is 23 - color contains mainly: blue. Hex color #100917 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100917 is #EFF6E8. Grayscale: #0C0C0C. Windows color (decimal): -15726313 or 1509648. OLE color: 1509648.
HSL color Cylindrical-coordinate representation of color #100917: hue angle of 270º degrees, saturation: 0.44, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #100917 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 16 | 9 | 23 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.91 |
| HSL | 270º | 0.44% | 0.06% | - |
| HSV(B) | 270º | 0.61% | 0.09% | - |
| XYZ | 0.47 | 0.37 | 0.86 | - |
| YUV | 12.69 | 133.82 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 9 | 23 | 0.30 | 0.61 | 0 | 0.91 | 270 | 0.44 | 0.06 |
| Hex | 10 | 9 | 17 | 1E | 3D | 0 | 5B | 10E | 2C | 6 |
| Octal | 20 | 11 | 27 | 36 | 75 | 0 | 133 | 416 | 54 | 6 |
| Binary | 10000 | 1001 | 10111 | 11110 | 111101 | 0 | 1011011 | 100001110 | 101100 | 110 |
Color Harmonies of #100917
Complementary color
Monochromatic Colors of #100917
Black with #100917
Text Example
Text Example
White with #100917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100917; }
p { color: rgb(16,9,23); }
H1.HeaderClassName
{
color: #100917;
}
.AnyTagClassName
{
color: #100917;
}
</style>
background-color css
<style>
a { background-color: #100917; }
a { background-color: rgb(16,9,23); }
div.DivClassName
{
background-color: #100917;
}
.BgClassName
{
background-color: #100917;
}
</style>
border-color css
<style>
span { border-color: #100917; }
span { border-color: rgb(16,9,23); }
td.TdClassName
{
border-color: #100917;
}
.TagClassName
{
border-color: #100917;
}
</style>