Shades of Blackcurrant #18041C
Tints of Blackcurrant #18041C
RGB
CMYK
RGB Variations
Color information
#18041C (or 0x18041C) is known color: Blackcurrant. HEX triplet: 18, 04 and 1C. RGB value is (24,4,28). Sum of RGB (Red+Green+Blue) = 24+4+28=56 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.86% from 56); Green value is 4 (1.95% from 255 or 7.14% from 56); Blue value is 28 (11.33% from 255 or 50% from 56); Max value from RGB is 28 - color contains mainly: blue. Hex color #18041C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18041C is #E7FBE3. Grayscale: #0C0C0C. Windows color (decimal): -15203300 or 1836056. OLE color: 1836056.
HSL color Cylindrical-coordinate representation of color #18041C: hue angle of 290º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18041C is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 4 | 28 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.89 |
| HSL | 290º | 0.75% | 0.06% | - |
| HSV(B) | 290º | 0.86% | 0.11% | - |
| XYZ | 0.63 | 0.36 | 1.14 | - |
| YUV | 12.72 | 136.63 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 4 | 28 | 0.14 | 0.86 | 0 | 0.89 | 290 | 0.75 | 0.06 |
| Hex | 18 | 4 | 1C | E | 56 | 0 | 59 | 122 | 4B | 6 |
| Octal | 30 | 4 | 34 | 16 | 126 | 0 | 131 | 442 | 113 | 6 |
| Binary | 11000 | 100 | 11100 | 1110 | 1010110 | 0 | 1011001 | 100100010 | 1001011 | 110 |
Color Harmonies of #18041C
Complementary color
Monochromatic Colors of #18041C
Black with #18041C
Text Example
Text Example
White with #18041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18041C; }
p { color: rgb(24,4,28); }
H1.HeaderClassName
{
color: #18041C;
}
.AnyTagClassName
{
color: #18041C;
}
</style>
background-color css
<style>
a { background-color: #18041C; }
a { background-color: rgb(24,4,28); }
div.DivClassName
{
background-color: #18041C;
}
.BgClassName
{
background-color: #18041C;
}
</style>
border-color css
<style>
span { border-color: #18041C; }
span { border-color: rgb(24,4,28); }
td.TdClassName
{
border-color: #18041C;
}
.TagClassName
{
border-color: #18041C;
}
</style>