Shades of Blackcurrant #100312
Tints of Blackcurrant #100312
RGB
CMYK
RGB Variations
Color information
#100312 (or 0x100312) is known color: Blackcurrant. HEX triplet: 10, 03 and 12. RGB value is (16,3,18). Sum of RGB (Red+Green+Blue) = 16+3+18=37 (4% of max value = 765). Red value is 16 (6.64% from 255 or 43.24% from 37); Green value is 3 (1.56% from 255 or 8.11% from 37); Blue value is 18 (7.42% from 255 or 48.65% from 37); Max value from RGB is 18 - color contains mainly: blue. Hex color #100312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100312 is #EFFCED. Grayscale: #080808. Windows color (decimal): -15727854 or 1180432. OLE color: 1180432.
HSL color Cylindrical-coordinate representation of color #100312: hue angle of 292º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #100312 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 16 | 3 | 18 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.93 |
| HSL | 292º | 0.71% | 0.04% | - |
| HSV(B) | 292º | 0.83% | 0.07% | - |
| XYZ | 0.36 | 0.22 | 0.6 | - |
| YUV | 8.6 | 133.31 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 3 | 18 | 0.11 | 0.83 | 0 | 0.93 | 292 | 0.71 | 0.04 |
| Hex | 10 | 3 | 12 | B | 53 | 0 | 5D | 124 | 47 | 4 |
| Octal | 20 | 3 | 22 | 13 | 123 | 0 | 135 | 444 | 107 | 4 |
| Binary | 10000 | 11 | 10010 | 1011 | 1010011 | 0 | 1011101 | 100100100 | 1000111 | 100 |
Color Harmonies of #100312
Complementary color
Monochromatic Colors of #100312
Black with #100312
Text Example
Text Example
White with #100312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100312; }
p { color: rgb(16,3,18); }
H1.HeaderClassName
{
color: #100312;
}
.AnyTagClassName
{
color: #100312;
}
</style>
background-color css
<style>
a { background-color: #100312; }
a { background-color: rgb(16,3,18); }
div.DivClassName
{
background-color: #100312;
}
.BgClassName
{
background-color: #100312;
}
</style>
border-color css
<style>
span { border-color: #100312; }
span { border-color: rgb(16,3,18); }
td.TdClassName
{
border-color: #100312;
}
.TagClassName
{
border-color: #100312;
}
</style>