Shades of Blackcurrant #100517
Tints of Blackcurrant #100517
RGB
CMYK
RGB Variations
Color information
#100517 (or 0x100517) is known color: Blackcurrant. HEX triplet: 10, 05 and 17. RGB value is (16,5,23). Sum of RGB (Red+Green+Blue) = 16+5+23=44 (5% of max value = 765). Red value is 16 (6.64% from 255 or 36.36% from 44); Green value is 5 (2.34% from 255 or 11.36% from 44); Blue value is 23 (9.38% from 255 or 52.27% from 44); Max value from RGB is 23 - color contains mainly: blue. Hex color #100517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100517 is #EFFAE8. Grayscale: #0A0A0A. Windows color (decimal): -15727337 or 1508624. OLE color: 1508624.
HSL color Cylindrical-coordinate representation of color #100517: hue angle of 276.67º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #100517 is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 16 | 5 | 23 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.91 |
| HSL | 276.67º | 0.64% | 0.05% | - |
| HSV(B) | 276.67º | 0.78% | 0.09% | - |
| XYZ | 0.42 | 0.28 | 0.84 | - |
| YUV | 10.34 | 135.14 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 5 | 23 | 0.30 | 0.78 | 0 | 0.91 | 276.67 | 0.64 | 0.05 |
| Hex | 10 | 5 | 17 | 1E | 4E | 0 | 5B | 115 | 40 | 5 |
| Octal | 20 | 5 | 27 | 36 | 116 | 0 | 133 | 425 | 100 | 5 |
| Binary | 10000 | 101 | 10111 | 11110 | 1001110 | 0 | 1011011 | 100010101 | 1000000 | 101 |
Color Harmonies of #100517
Complementary color
Monochromatic Colors of #100517
Black with #100517
Text Example
Text Example
White with #100517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100517; }
p { color: rgb(16,5,23); }
H1.HeaderClassName
{
color: #100517;
}
.AnyTagClassName
{
color: #100517;
}
</style>
background-color css
<style>
a { background-color: #100517; }
a { background-color: rgb(16,5,23); }
div.DivClassName
{
background-color: #100517;
}
.BgClassName
{
background-color: #100517;
}
</style>
border-color css
<style>
span { border-color: #100517; }
span { border-color: rgb(16,5,23); }
td.TdClassName
{
border-color: #100517;
}
.TagClassName
{
border-color: #100517;
}
</style>