Shades of Blackcurrant #18101E
Tints of Blackcurrant #18101E
RGB
CMYK
RGB Variations
Color information
#18101E (or 0x18101E) is known color: Blackcurrant. HEX triplet: 18, 10 and 1E. RGB value is (24,16,30). Sum of RGB (Red+Green+Blue) = 24+16+30=70 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.29% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 30 (12.11% from 255 or 42.86% from 70); Max value from RGB is 30 - color contains mainly: blue. Hex color #18101E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18101E is #E7EFE1. Grayscale: #131313. Windows color (decimal): -15200226 or 1970200. OLE color: 1970200.
HSL color Cylindrical-coordinate representation of color #18101E: hue angle of 274.29º degrees, saturation: 0.3, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #18101E is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 24 | 16 | 30 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.88 |
| HSL | 274.29º | 0.3% | 0.09% | - |
| HSV(B) | 274.29º | 0.47% | 0.12% | - |
| XYZ | 0.8 | 0.66 | 1.31 | - |
| YUV | 19.99 | 133.65 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 16 | 30 | 0.20 | 0.47 | 0 | 0.88 | 274.29 | 0.3 | 0.09 |
| Hex | 18 | 10 | 1E | 14 | 2F | 0 | 58 | 112 | 1E | 9 |
| Octal | 30 | 20 | 36 | 24 | 57 | 0 | 130 | 422 | 36 | 11 |
| Binary | 11000 | 10000 | 11110 | 10100 | 101111 | 0 | 1011000 | 100010010 | 11110 | 1001 |
Color Harmonies of #18101E
Complementary color
Monochromatic Colors of #18101E
Black with #18101E
Text Example
Text Example
White with #18101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18101E; }
p { color: rgb(24,16,30); }
H1.HeaderClassName
{
color: #18101E;
}
.AnyTagClassName
{
color: #18101E;
}
</style>
background-color css
<style>
a { background-color: #18101E; }
a { background-color: rgb(24,16,30); }
div.DivClassName
{
background-color: #18101E;
}
.BgClassName
{
background-color: #18101E;
}
</style>
border-color css
<style>
span { border-color: #18101E; }
span { border-color: rgb(24,16,30); }
td.TdClassName
{
border-color: #18101E;
}
.TagClassName
{
border-color: #18101E;
}
</style>