Shades of Blackcurrant #18101D
Tints of Blackcurrant #18101D
RGB
CMYK
RGB Variations
Color information
#18101D (or 0x18101D) is known color: Blackcurrant. HEX triplet: 18, 10 and 1D. RGB value is (24,16,29). Sum of RGB (Red+Green+Blue) = 24+16+29=69 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.78% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 29 (11.72% from 255 or 42.03% from 69); Max value from RGB is 29 - color contains mainly: blue. Hex color #18101D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18101D is #E7EFE2. Grayscale: #131313. Windows color (decimal): -15200227 or 1904664. OLE color: 1904664.
HSL color Cylindrical-coordinate representation of color #18101D: hue angle of 276.92º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #18101D is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 16 | 29 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.89 |
| HSL | 276.92º | 0.29% | 0.09% | - |
| HSV(B) | 276.92º | 0.45% | 0.11% | - |
| XYZ | 0.78 | 0.65 | 1.25 | - |
| YUV | 19.87 | 133.15 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 16 | 29 | 0.17 | 0.45 | 0 | 0.89 | 276.92 | 0.29 | 0.09 |
| Hex | 18 | 10 | 1D | 11 | 2D | 0 | 59 | 115 | 1D | 9 |
| Octal | 30 | 20 | 35 | 21 | 55 | 0 | 131 | 425 | 35 | 11 |
| Binary | 11000 | 10000 | 11101 | 10001 | 101101 | 0 | 1011001 | 100010101 | 11101 | 1001 |
Color Harmonies of #18101D
Complementary color
Monochromatic Colors of #18101D
Black with #18101D
Text Example
Text Example
White with #18101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18101D; }
p { color: rgb(24,16,29); }
H1.HeaderClassName
{
color: #18101D;
}
.AnyTagClassName
{
color: #18101D;
}
</style>
background-color css
<style>
a { background-color: #18101D; }
a { background-color: rgb(24,16,29); }
div.DivClassName
{
background-color: #18101D;
}
.BgClassName
{
background-color: #18101D;
}
</style>
border-color css
<style>
span { border-color: #18101D; }
span { border-color: rgb(24,16,29); }
td.TdClassName
{
border-color: #18101D;
}
.TagClassName
{
border-color: #18101D;
}
</style>