Shades of Blackcurrant #18131A
Tints of Blackcurrant #18131A
RGB
CMYK
RGB Variations
Color information
#18131A (or 0x18131A) is known color: Blackcurrant. HEX triplet: 18, 13 and 1A. RGB value is (24,19,26). Sum of RGB (Red+Green+Blue) = 24+19+26=69 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.78% from 69); Green value is 19 (7.81% from 255 or 27.54% from 69); Blue value is 26 (10.55% from 255 or 37.68% from 69); Max value from RGB is 26 - color contains mainly: blue. Hex color #18131A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18131A is #E7ECE5. Grayscale: #151515. Windows color (decimal): -15199462 or 1708824. OLE color: 1708824.
HSL color Cylindrical-coordinate representation of color #18131A: hue angle of 282.86º degrees, saturation: 0.16, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #18131A is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 24 | 19 | 26 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.90 |
| HSL | 282.86º | 0.16% | 0.09% | - |
| HSV(B) | 282.86º | 0.27% | 0.1% | - |
| XYZ | 0.8 | 0.73 | 1.08 | - |
| YUV | 21.29 | 130.66 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 19 | 26 | 0.08 | 0.27 | 0 | 0.90 | 282.86 | 0.16 | 0.09 |
| Hex | 18 | 13 | 1A | 8 | 1B | 0 | 5A | 11B | 10 | 9 |
| Octal | 30 | 23 | 32 | 10 | 33 | 0 | 132 | 433 | 20 | 11 |
| Binary | 11000 | 10011 | 11010 | 1000 | 11011 | 0 | 1011010 | 100011011 | 10000 | 1001 |
Color Harmonies of #18131A
Complementary color
Monochromatic Colors of #18131A
Black with #18131A
Text Example
Text Example
White with #18131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18131A; }
p { color: rgb(24,19,26); }
H1.HeaderClassName
{
color: #18131A;
}
.AnyTagClassName
{
color: #18131A;
}
</style>
background-color css
<style>
a { background-color: #18131A; }
a { background-color: rgb(24,19,26); }
div.DivClassName
{
background-color: #18131A;
}
.BgClassName
{
background-color: #18131A;
}
</style>
border-color css
<style>
span { border-color: #18131A; }
span { border-color: rgb(24,19,26); }
td.TdClassName
{
border-color: #18131A;
}
.TagClassName
{
border-color: #18131A;
}
</style>