Shades of Blackcurrant #100612
Tints of Blackcurrant #100612
RGB
CMYK
RGB Variations
Color information
#100612 (or 0x100612) is known color: Blackcurrant. HEX triplet: 10, 06 and 12. RGB value is (16,6,18). Sum of RGB (Red+Green+Blue) = 16+6+18=40 (5% of max value = 765). Red value is 16 (6.64% from 255 or 40% from 40); Green value is 6 (2.73% from 255 or 15% from 40); Blue value is 18 (7.42% from 255 or 45% from 40); Max value from RGB is 18 - color contains mainly: blue. Hex color #100612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100612 is #EFF9ED. Grayscale: #0A0A0A. Windows color (decimal): -15727086 or 1181200. OLE color: 1181200.
HSL color Cylindrical-coordinate representation of color #100612: hue angle of 290º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #100612 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 16 | 6 | 18 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.93 |
| HSL | 290º | 0.5% | 0.05% | - |
| HSV(B) | 290º | 0.67% | 0.07% | - |
| XYZ | 0.39 | 0.28 | 0.61 | - |
| YUV | 10.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 6 | 18 | 0.11 | 0.67 | 0 | 0.93 | 290 | 0.5 | 0.05 |
| Hex | 10 | 6 | 12 | B | 43 | 0 | 5D | 122 | 32 | 5 |
| Octal | 20 | 6 | 22 | 13 | 103 | 0 | 135 | 442 | 62 | 5 |
| Binary | 10000 | 110 | 10010 | 1011 | 1000011 | 0 | 1011101 | 100100010 | 110010 | 101 |
Color Harmonies of #100612
Complementary color
Monochromatic Colors of #100612
Black with #100612
Text Example
Text Example
White with #100612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100612; }
p { color: rgb(16,6,18); }
H1.HeaderClassName
{
color: #100612;
}
.AnyTagClassName
{
color: #100612;
}
</style>
background-color css
<style>
a { background-color: #100612; }
a { background-color: rgb(16,6,18); }
div.DivClassName
{
background-color: #100612;
}
.BgClassName
{
background-color: #100612;
}
</style>
border-color css
<style>
span { border-color: #100612; }
span { border-color: rgb(16,6,18); }
td.TdClassName
{
border-color: #100612;
}
.TagClassName
{
border-color: #100612;
}
</style>