Shades of Blackcurrant #100120
Tints of Blackcurrant #100120
RGB
CMYK
RGB Variations
Color information
#100120 (or 0x100120) is known color: Blackcurrant. HEX triplet: 10, 01 and 20. RGB value is (16,1,32). Sum of RGB (Red+Green+Blue) = 16+1+32=49 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32.65% from 49); Green value is 1 (0.78% from 255 or 2.04% from 49); Blue value is 32 (12.89% from 255 or 65.31% from 49); Max value from RGB is 32 - color contains mainly: blue. Hex color #100120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100120 is #EFFEDF. Grayscale: #080808. Windows color (decimal): -15728352 or 2097424. OLE color: 2097424.
HSL color Cylindrical-coordinate representation of color #100120: hue angle of 269.03º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #100120 is Cyan = 0.5, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 16 | 1 | 32 | - |
| CMYK | 0.5 | 0.97 | 0 | 0.87 |
| HSL | 269.03º | 0.94% | 0.06% | - |
| HSV(B) | 269.03º | 0.97% | 0.13% | - |
| XYZ | 0.49 | 0.24 | 1.39 | - |
| YUV | 9.02 | 140.97 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 32 | 0.5 | 0.97 | 0 | 0.87 | 269.03 | 0.94 | 0.06 |
| Hex | 10 | 1 | 20 | 32 | 61 | 0 | 57 | 10D | 5E | 6 |
| Octal | 20 | 1 | 40 | 62 | 141 | 0 | 127 | 415 | 136 | 6 |
| Binary | 10000 | 1 | 100000 | 110010 | 1100001 | 0 | 1010111 | 100001101 | 1011110 | 110 |
Color Harmonies of #100120
Complementary color
Monochromatic Colors of #100120
Black with #100120
Text Example
Text Example
White with #100120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100120; }
p { color: rgb(16,1,32); }
H1.HeaderClassName
{
color: #100120;
}
.AnyTagClassName
{
color: #100120;
}
</style>
background-color css
<style>
a { background-color: #100120; }
a { background-color: rgb(16,1,32); }
div.DivClassName
{
background-color: #100120;
}
.BgClassName
{
background-color: #100120;
}
</style>
border-color css
<style>
span { border-color: #100120; }
span { border-color: rgb(16,1,32); }
td.TdClassName
{
border-color: #100120;
}
.TagClassName
{
border-color: #100120;
}
</style>