Shades of Blackcurrant #10011E
Tints of Blackcurrant #10011E
RGB
CMYK
RGB Variations
Color information
#10011E (or 0x10011E) is known color: Blackcurrant. HEX triplet: 10, 01 and 1E. RGB value is (16,1,30). Sum of RGB (Red+Green+Blue) = 16+1+30=47 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.04% from 47); Green value is 1 (0.78% from 255 or 2.13% from 47); Blue value is 30 (12.11% from 255 or 63.83% from 47); Max value from RGB is 30 - color contains mainly: blue. Hex color #10011E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10011E is #EFFEE1. Grayscale: #080808. Windows color (decimal): -15728354 or 1966352. OLE color: 1966352.
HSL color Cylindrical-coordinate representation of color #10011E: hue angle of 271.03º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #10011E is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 16 | 1 | 30 | - |
| CMYK | 0.47 | 0.97 | 0 | 0.88 |
| HSL | 271.03º | 0.94% | 0.06% | - |
| HSV(B) | 271.03º | 0.97% | 0.12% | - |
| XYZ | 0.46 | 0.23 | 1.25 | - |
| YUV | 8.79 | 139.97 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 30 | 0.47 | 0.97 | 0 | 0.88 | 271.03 | 0.94 | 0.06 |
| Hex | 10 | 1 | 1E | 2F | 61 | 0 | 58 | 10F | 5E | 6 |
| Octal | 20 | 1 | 36 | 57 | 141 | 0 | 130 | 417 | 136 | 6 |
| Binary | 10000 | 1 | 11110 | 101111 | 1100001 | 0 | 1011000 | 100001111 | 1011110 | 110 |
Color Harmonies of #10011E
Complementary color
Monochromatic Colors of #10011E
Black with #10011E
Text Example
Text Example
White with #10011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10011E; }
p { color: rgb(16,1,30); }
H1.HeaderClassName
{
color: #10011E;
}
.AnyTagClassName
{
color: #10011E;
}
</style>
background-color css
<style>
a { background-color: #10011E; }
a { background-color: rgb(16,1,30); }
div.DivClassName
{
background-color: #10011E;
}
.BgClassName
{
background-color: #10011E;
}
</style>
border-color css
<style>
span { border-color: #10011E; }
span { border-color: rgb(16,1,30); }
td.TdClassName
{
border-color: #10011E;
}
.TagClassName
{
border-color: #10011E;
}
</style>