Shades of Blackcurrant #18151C
Tints of Blackcurrant #18151C
RGB
CMYK
RGB Variations
Color information
#18151C (or 0x18151C) is known color: Blackcurrant. HEX triplet: 18, 15 and 1C. RGB value is (24,21,28). Sum of RGB (Red+Green+Blue) = 24+21+28=73 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.88% from 73); Green value is 21 (8.59% from 255 or 28.77% from 73); Blue value is 28 (11.33% from 255 or 38.36% from 73); Max value from RGB is 28 - color contains mainly: blue. Hex color #18151C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18151C is #E7EAE3. Grayscale: #161616. Windows color (decimal): -15198948 or 1840408. OLE color: 1840408.
HSL color Cylindrical-coordinate representation of color #18151C: hue angle of 265.71º degrees, saturation: 0.14, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #18151C is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 21 | 28 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.89 |
| HSL | 265.71º | 0.14% | 0.1% | - |
| HSV(B) | 265.71º | 0.25% | 0.11% | - |
| XYZ | 0.85 | 0.81 | 1.21 | - |
| YUV | 22.7 | 130.99 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 21 | 28 | 0.14 | 0.25 | 0 | 0.89 | 265.71 | 0.14 | 0.1 |
| Hex | 18 | 15 | 1C | E | 19 | 0 | 59 | 10A | E | A |
| Octal | 30 | 25 | 34 | 16 | 31 | 0 | 131 | 412 | 16 | 12 |
| Binary | 11000 | 10101 | 11100 | 1110 | 11001 | 0 | 1011001 | 100001010 | 1110 | 1010 |
Color Harmonies of #18151C
Complementary color
Monochromatic Colors of #18151C
Black with #18151C
Text Example
Text Example
White with #18151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18151C; }
p { color: rgb(24,21,28); }
H1.HeaderClassName
{
color: #18151C;
}
.AnyTagClassName
{
color: #18151C;
}
</style>
background-color css
<style>
a { background-color: #18151C; }
a { background-color: rgb(24,21,28); }
div.DivClassName
{
background-color: #18151C;
}
.BgClassName
{
background-color: #18151C;
}
</style>
border-color css
<style>
span { border-color: #18151C; }
span { border-color: rgb(24,21,28); }
td.TdClassName
{
border-color: #18151C;
}
.TagClassName
{
border-color: #18151C;
}
</style>