Shades of Blackcurrant #100915
Tints of Blackcurrant #100915
RGB
CMYK
RGB Variations
Color information
#100915 (or 0x100915) is known color: Blackcurrant. HEX triplet: 10, 09 and 15. RGB value is (16,9,21). Sum of RGB (Red+Green+Blue) = 16+9+21=46 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.78% from 46); Green value is 9 (3.91% from 255 or 19.57% from 46); Blue value is 21 (8.59% from 255 or 45.65% from 46); Max value from RGB is 21 - color contains mainly: blue. Hex color #100915 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100915 is #EFF6EA. Grayscale: #0C0C0C. Windows color (decimal): -15726315 or 1378576. OLE color: 1378576.
HSL color Cylindrical-coordinate representation of color #100915: hue angle of 275º degrees, saturation: 0.4, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #100915 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 16 | 9 | 21 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.92 |
| HSL | 275º | 0.4% | 0.06% | - |
| HSV(B) | 275º | 0.57% | 0.08% | - |
| XYZ | 0.45 | 0.36 | 0.76 | - |
| YUV | 12.46 | 132.82 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 9 | 21 | 0.24 | 0.57 | 0 | 0.92 | 275 | 0.4 | 0.06 |
| Hex | 10 | 9 | 15 | 18 | 39 | 0 | 5C | 113 | 28 | 6 |
| Octal | 20 | 11 | 25 | 30 | 71 | 0 | 134 | 423 | 50 | 6 |
| Binary | 10000 | 1001 | 10101 | 11000 | 111001 | 0 | 1011100 | 100010011 | 101000 | 110 |
Color Harmonies of #100915
Complementary color
Monochromatic Colors of #100915
Black with #100915
Text Example
Text Example
White with #100915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100915; }
p { color: rgb(16,9,21); }
H1.HeaderClassName
{
color: #100915;
}
.AnyTagClassName
{
color: #100915;
}
</style>
background-color css
<style>
a { background-color: #100915; }
a { background-color: rgb(16,9,21); }
div.DivClassName
{
background-color: #100915;
}
.BgClassName
{
background-color: #100915;
}
</style>
border-color css
<style>
span { border-color: #100915; }
span { border-color: rgb(16,9,21); }
td.TdClassName
{
border-color: #100915;
}
.TagClassName
{
border-color: #100915;
}
</style>