Shades of Blackcurrant #100A1B
Tints of Blackcurrant #100A1B
RGB
CMYK
RGB Variations
Color information
#100A1B (or 0x100A1B) is known color: Blackcurrant. HEX triplet: 10, 0A and 1B. RGB value is (16,10,27). Sum of RGB (Red+Green+Blue) = 16+10+27=53 (7% of max value = 765). Red value is 16 (6.64% from 255 or 30.19% from 53); Green value is 10 (4.30% from 255 or 18.87% from 53); Blue value is 27 (10.94% from 255 or 50.94% from 53); Max value from RGB is 27 - color contains mainly: blue. Hex color #100A1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100A1B is #EFF5E4. Grayscale: #0D0D0D. Windows color (decimal): -15726053 or 1772048. OLE color: 1772048.
HSL color Cylindrical-coordinate representation of color #100A1B: hue angle of 261.18º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #100A1B is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 16 | 10 | 27 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.89 |
| HSL | 261.18º | 0.46% | 0.07% | - |
| HSV(B) | 261.18º | 0.63% | 0.11% | - |
| XYZ | 0.52 | 0.41 | 1.09 | - |
| YUV | 13.73 | 135.49 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 10 | 27 | 0.41 | 0.63 | 0 | 0.89 | 261.18 | 0.46 | 0.07 |
| Hex | 10 | A | 1B | 29 | 3F | 0 | 59 | 105 | 2E | 7 |
| Octal | 20 | 12 | 33 | 51 | 77 | 0 | 131 | 405 | 56 | 7 |
| Binary | 10000 | 1010 | 11011 | 101001 | 111111 | 0 | 1011001 | 100000101 | 101110 | 111 |
Color Harmonies of #100A1B
Complementary color
Monochromatic Colors of #100A1B
Black with #100A1B
Text Example
Text Example
White with #100A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100A1B; }
p { color: rgb(16,10,27); }
H1.HeaderClassName
{
color: #100A1B;
}
.AnyTagClassName
{
color: #100A1B;
}
</style>
background-color css
<style>
a { background-color: #100A1B; }
a { background-color: rgb(16,10,27); }
div.DivClassName
{
background-color: #100A1B;
}
.BgClassName
{
background-color: #100A1B;
}
</style>
border-color css
<style>
span { border-color: #100A1B; }
span { border-color: rgb(16,10,27); }
td.TdClassName
{
border-color: #100A1B;
}
.TagClassName
{
border-color: #100A1B;
}
</style>