Shades of Blackcurrant #10001E
Tints of Blackcurrant #10001E
RGB
CMYK
RGB Variations
Color information
#10001E (or 0x10001E) is known color: Blackcurrant. HEX triplet: 10, 00 and 1E. RGB value is (16,0,30). Sum of RGB (Red+Green+Blue) = 16+0+30=46 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.78% from 46); Green value is 0 (0.39% from 255 or 0% from 46); Blue value is 30 (12.11% from 255 or 65.22% from 46); Max value from RGB is 30 - color contains mainly: blue. Hex color #10001E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10001E is #EFFFE1. Grayscale: #080808. Windows color (decimal): -15728610 or 1966096. OLE color: 1966096.
HSL color Cylindrical-coordinate representation of color #10001E: hue angle of 272º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #10001E is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 16 | 0 | 30 | - |
| CMYK | 0.47 | 1 | 0 | 0.88 |
| HSL | 272º | 1% | 0.06% | - |
| HSV(B) | 272º | 1% | 0.12% | - |
| XYZ | 0.45 | 0.2 | 1.24 | - |
| YUV | 8.2 | 140.3 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 0 | 30 | 0.47 | 1 | 0 | 0.88 | 272 | 1 | 0.06 |
| Hex | 10 | 0 | 1E | 2F | 64 | 0 | 58 | 110 | 64 | 6 |
| Octal | 20 | 0 | 36 | 57 | 144 | 0 | 130 | 420 | 144 | 6 |
| Binary | 10000 | 0 | 11110 | 101111 | 1100100 | 0 | 1011000 | 100010000 | 1100100 | 110 |
Color Harmonies of #10001E
Complementary color
Monochromatic Colors of #10001E
Black with #10001E
Text Example
Text Example
White with #10001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10001E; }
p { color: rgb(16,0,30); }
H1.HeaderClassName
{
color: #10001E;
}
.AnyTagClassName
{
color: #10001E;
}
</style>
background-color css
<style>
a { background-color: #10001E; }
a { background-color: rgb(16,0,30); }
div.DivClassName
{
background-color: #10001E;
}
.BgClassName
{
background-color: #10001E;
}
</style>
border-color css
<style>
span { border-color: #10001E; }
span { border-color: rgb(16,0,30); }
td.TdClassName
{
border-color: #10001E;
}
.TagClassName
{
border-color: #10001E;
}
</style>