Shades of Blackcurrant #18111F
Tints of Blackcurrant #18111F
RGB
CMYK
RGB Variations
Color information
#18111F (or 0x18111F) is known color: Blackcurrant. HEX triplet: 18, 11 and 1F. RGB value is (24,17,31). Sum of RGB (Red+Green+Blue) = 24+17+31=72 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.33% from 72); Green value is 17 (7.03% from 255 or 23.61% from 72); Blue value is 31 (12.5% from 255 or 43.06% from 72); Max value from RGB is 31 - color contains mainly: blue. Hex color #18111F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18111F is #E7EEE0. Grayscale: #141414. Windows color (decimal): -15199969 or 2035992. OLE color: 2035992.
HSL color Cylindrical-coordinate representation of color #18111F: hue angle of 270º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #18111F is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 24 | 17 | 31 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.88 |
| HSL | 270º | 0.29% | 0.09% | - |
| HSV(B) | 270º | 0.45% | 0.12% | - |
| XYZ | 0.82 | 0.69 | 1.39 | - |
| YUV | 20.69 | 133.82 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 17 | 31 | 0.23 | 0.45 | 0 | 0.88 | 270 | 0.29 | 0.09 |
| Hex | 18 | 11 | 1F | 17 | 2D | 0 | 58 | 10E | 1D | 9 |
| Octal | 30 | 21 | 37 | 27 | 55 | 0 | 130 | 416 | 35 | 11 |
| Binary | 11000 | 10001 | 11111 | 10111 | 101101 | 0 | 1011000 | 100001110 | 11101 | 1001 |
Color Harmonies of #18111F
Complementary color
Monochromatic Colors of #18111F
Black with #18111F
Text Example
Text Example
White with #18111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18111F; }
p { color: rgb(24,17,31); }
H1.HeaderClassName
{
color: #18111F;
}
.AnyTagClassName
{
color: #18111F;
}
</style>
background-color css
<style>
a { background-color: #18111F; }
a { background-color: rgb(24,17,31); }
div.DivClassName
{
background-color: #18111F;
}
.BgClassName
{
background-color: #18111F;
}
</style>
border-color css
<style>
span { border-color: #18111F; }
span { border-color: rgb(24,17,31); }
td.TdClassName
{
border-color: #18111F;
}
.TagClassName
{
border-color: #18111F;
}
</style>