Shades of Blackcurrant #100913
Tints of Blackcurrant #100913
RGB
CMYK
RGB Variations
Color information
#100913 (or 0x100913) is known color: Blackcurrant. HEX triplet: 10, 09 and 13. RGB value is (16,9,19). Sum of RGB (Red+Green+Blue) = 16+9+19=44 (5% of max value = 765). Red value is 16 (6.64% from 255 or 36.36% from 44); Green value is 9 (3.91% from 255 or 20.45% from 44); Blue value is 19 (7.81% from 255 or 43.18% from 44); Max value from RGB is 19 - color contains mainly: blue. Hex color #100913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100913 is #EFF6EC. Grayscale: #0C0C0C. Windows color (decimal): -15726317 or 1247504. OLE color: 1247504.
HSL color Cylindrical-coordinate representation of color #100913: hue angle of 282º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #100913 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 16 | 9 | 19 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.93 |
| HSL | 282º | 0.36% | 0.05% | - |
| HSV(B) | 282º | 0.53% | 0.07% | - |
| XYZ | 0.43 | 0.35 | 0.66 | - |
| YUV | 12.23 | 131.82 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 9 | 19 | 0.16 | 0.53 | 0 | 0.93 | 282 | 0.36 | 0.05 |
| Hex | 10 | 9 | 13 | 10 | 35 | 0 | 5D | 11A | 24 | 5 |
| Octal | 20 | 11 | 23 | 20 | 65 | 0 | 135 | 432 | 44 | 5 |
| Binary | 10000 | 1001 | 10011 | 10000 | 110101 | 0 | 1011101 | 100011010 | 100100 | 101 |
Color Harmonies of #100913
Complementary color
Monochromatic Colors of #100913
Black with #100913
Text Example
Text Example
White with #100913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100913; }
p { color: rgb(16,9,19); }
H1.HeaderClassName
{
color: #100913;
}
.AnyTagClassName
{
color: #100913;
}
</style>
background-color css
<style>
a { background-color: #100913; }
a { background-color: rgb(16,9,19); }
div.DivClassName
{
background-color: #100913;
}
.BgClassName
{
background-color: #100913;
}
</style>
border-color css
<style>
span { border-color: #100913; }
span { border-color: rgb(16,9,19); }
td.TdClassName
{
border-color: #100913;
}
.TagClassName
{
border-color: #100913;
}
</style>