Shades of Blackcurrant #18051C
Tints of Blackcurrant #18051C
RGB
CMYK
RGB Variations
Color information
#18051C (or 0x18051C) is known color: Blackcurrant. HEX triplet: 18, 05 and 1C. RGB value is (24,5,28). Sum of RGB (Red+Green+Blue) = 24+5+28=57 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.11% from 57); Green value is 5 (2.34% from 255 or 8.77% from 57); Blue value is 28 (11.33% from 255 or 49.12% from 57); Max value from RGB is 28 - color contains mainly: blue. Hex color #18051C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18051C is #E7FAE3. Grayscale: #0D0D0D. Windows color (decimal): -15203044 or 1836312. OLE color: 1836312.
HSL color Cylindrical-coordinate representation of color #18051C: hue angle of 289.57º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18051C is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 5 | 28 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.89 |
| HSL | 289.57º | 0.7% | 0.06% | - |
| HSV(B) | 289.57º | 0.82% | 0.11% | - |
| XYZ | 0.64 | 0.39 | 1.14 | - |
| YUV | 13.3 | 136.29 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 5 | 28 | 0.14 | 0.82 | 0 | 0.89 | 289.57 | 0.7 | 0.06 |
| Hex | 18 | 5 | 1C | E | 52 | 0 | 59 | 122 | 46 | 6 |
| Octal | 30 | 5 | 34 | 16 | 122 | 0 | 131 | 442 | 106 | 6 |
| Binary | 11000 | 101 | 11100 | 1110 | 1010010 | 0 | 1011001 | 100100010 | 1000110 | 110 |
Color Harmonies of #18051C
Complementary color
Monochromatic Colors of #18051C
Black with #18051C
Text Example
Text Example
White with #18051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18051C; }
p { color: rgb(24,5,28); }
H1.HeaderClassName
{
color: #18051C;
}
.AnyTagClassName
{
color: #18051C;
}
</style>
background-color css
<style>
a { background-color: #18051C; }
a { background-color: rgb(24,5,28); }
div.DivClassName
{
background-color: #18051C;
}
.BgClassName
{
background-color: #18051C;
}
</style>
border-color css
<style>
span { border-color: #18051C; }
span { border-color: rgb(24,5,28); }
td.TdClassName
{
border-color: #18051C;
}
.TagClassName
{
border-color: #18051C;
}
</style>