Shades of Blackcurrant #18011E
Tints of Blackcurrant #18011E
RGB
CMYK
RGB Variations
Color information
#18011E (or 0x18011E) is known color: Blackcurrant. HEX triplet: 18, 01 and 1E. RGB value is (24,1,30). Sum of RGB (Red+Green+Blue) = 24+1+30=55 (7% of max value = 765). Red value is 24 (9.77% from 255 or 43.64% from 55); Green value is 1 (0.78% from 255 or 1.82% from 55); Blue value is 30 (12.11% from 255 or 54.55% from 55); Max value from RGB is 30 - color contains mainly: blue. Hex color #18011E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18011E is #E7FEE1. Grayscale: #0B0B0B. Windows color (decimal): -15204066 or 1966360. OLE color: 1966360.
HSL color Cylindrical-coordinate representation of color #18011E: hue angle of 287.59º 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 #18011E is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 24 | 1 | 30 | - |
| CMYK | 0.20 | 0.97 | 0 | 0.88 |
| HSL | 287.59º | 0.94% | 0.06% | - |
| HSV(B) | 287.59º | 0.97% | 0.12% | - |
| XYZ | 0.62 | 0.31 | 1.26 | - |
| YUV | 11.18 | 138.62 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 1 | 30 | 0.20 | 0.97 | 0 | 0.88 | 287.59 | 0.94 | 0.06 |
| Hex | 18 | 1 | 1E | 14 | 61 | 0 | 58 | 120 | 5E | 6 |
| Octal | 30 | 1 | 36 | 24 | 141 | 0 | 130 | 440 | 136 | 6 |
| Binary | 11000 | 1 | 11110 | 10100 | 1100001 | 0 | 1011000 | 100100000 | 1011110 | 110 |
Color Harmonies of #18011E
Complementary color
Monochromatic Colors of #18011E
Black with #18011E
Text Example
Text Example
White with #18011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18011E; }
p { color: rgb(24,1,30); }
H1.HeaderClassName
{
color: #18011E;
}
.AnyTagClassName
{
color: #18011E;
}
</style>
background-color css
<style>
a { background-color: #18011E; }
a { background-color: rgb(24,1,30); }
div.DivClassName
{
background-color: #18011E;
}
.BgClassName
{
background-color: #18011E;
}
</style>
border-color css
<style>
span { border-color: #18011E; }
span { border-color: rgb(24,1,30); }
td.TdClassName
{
border-color: #18011E;
}
.TagClassName
{
border-color: #18011E;
}
</style>