Shades of Blackcurrant #18111B
Tints of Blackcurrant #18111B
RGB
CMYK
RGB Variations
Color information
#18111B (or 0x18111B) is known color: Blackcurrant. HEX triplet: 18, 11 and 1B. RGB value is (24,17,27). Sum of RGB (Red+Green+Blue) = 24+17+27=68 (9% of max value = 765). Red value is 24 (9.77% from 255 or 35.29% from 68); Green value is 17 (7.03% from 255 or 25% from 68); Blue value is 27 (10.94% from 255 or 39.71% from 68); Max value from RGB is 27 - color contains mainly: blue. Hex color #18111B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18111B is #E7EEE4. Grayscale: #141414. Windows color (decimal): -15199973 or 1773848. OLE color: 1773848.
HSL color Cylindrical-coordinate representation of color #18111B: hue angle of 282º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #18111B is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
RGB | 24 | 17 | 27 | - |
CMYK | 0.11 | 0.37 | 0 | 0.89 |
HSL | 282º | 0.23% | 0.09% | - |
HSV(B) | 282º | 0.37% | 0.11% | - |
XYZ | 0.77 | 0.67 | 1.13 | - |
YUV | 20.23 | 131.82 | 130.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 24 | 17 | 27 | 0.11 | 0.37 | 0 | 0.89 | 282 | 0.23 | 0.09 |
Hex | 18 | 11 | 1B | B | 25 | 0 | 59 | 11A | 17 | 9 |
Octal | 30 | 21 | 33 | 13 | 45 | 0 | 131 | 432 | 27 | 11 |
Binary | 11000 | 10001 | 11011 | 1011 | 100101 | 0 | 1011001 | 100011010 | 10111 | 1001 |
Color Harmonies of #18111B
Complementary color
Monochromatic Colors of #18111B
Black with #18111B
Text Example
Text Example
White with #18111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18111B; }
p { color: rgb(24,17,27); }
H1.HeaderClassName
{
color: #18111B;
}
.AnyTagClassName
{
color: #18111B;
}
</style>
background-color css
<style>
a { background-color: #18111B; }
a { background-color: rgb(24,17,27); }
div.DivClassName
{
background-color: #18111B;
}
.BgClassName
{
background-color: #18111B;
}
</style>
border-color css
<style>
span { border-color: #18111B; }
span { border-color: rgb(24,17,27); }
td.TdClassName
{
border-color: #18111B;
}
.TagClassName
{
border-color: #18111B;
}
</style>