Shades of Blackcurrant #18131D
Tints of Blackcurrant #18131D
RGB
CMYK
RGB Variations
Color information
#18131D (or 0x18131D) is known color: Blackcurrant. HEX triplet: 18, 13 and 1D. RGB value is (24,19,29). Sum of RGB (Red+Green+Blue) = 24+19+29=72 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.33% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 29 (11.72% from 255 or 40.28% from 72); Max value from RGB is 29 - color contains mainly: blue. Hex color #18131D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18131D is #E7ECE2. Grayscale: #151515. Windows color (decimal): -15199459 or 1905432. OLE color: 1905432.
HSL color Cylindrical-coordinate representation of color #18131D: hue angle of 270º degrees, saturation: 0.21, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #18131D is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 19 | 29 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.89 |
| HSL | 270º | 0.21% | 0.09% | - |
| HSV(B) | 270º | 0.34% | 0.11% | - |
| XYZ | 0.83 | 0.75 | 1.26 | - |
| YUV | 21.64 | 132.16 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 19 | 29 | 0.17 | 0.34 | 0 | 0.89 | 270 | 0.21 | 0.09 |
| Hex | 18 | 13 | 1D | 11 | 22 | 0 | 59 | 10E | 15 | 9 |
| Octal | 30 | 23 | 35 | 21 | 42 | 0 | 131 | 416 | 25 | 11 |
| Binary | 11000 | 10011 | 11101 | 10001 | 100010 | 0 | 1011001 | 100001110 | 10101 | 1001 |
Color Harmonies of #18131D
Complementary color
Monochromatic Colors of #18131D
Black with #18131D
Text Example
Text Example
White with #18131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18131D; }
p { color: rgb(24,19,29); }
H1.HeaderClassName
{
color: #18131D;
}
.AnyTagClassName
{
color: #18131D;
}
</style>
background-color css
<style>
a { background-color: #18131D; }
a { background-color: rgb(24,19,29); }
div.DivClassName
{
background-color: #18131D;
}
.BgClassName
{
background-color: #18131D;
}
</style>
border-color css
<style>
span { border-color: #18131D; }
span { border-color: rgb(24,19,29); }
td.TdClassName
{
border-color: #18131D;
}
.TagClassName
{
border-color: #18131D;
}
</style>