Shades of Blackcurrant #18042C
Tints of Blackcurrant #18042C
RGB
CMYK
RGB Variations
Color information
#18042C (or 0x18042C) is known color: Blackcurrant. HEX triplet: 18, 04 and 2C. RGB value is (24,4,44). Sum of RGB (Red+Green+Blue) = 24+4+44=72 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.33% from 72); Green value is 4 (1.95% from 255 or 5.56% from 72); Blue value is 44 (17.58% from 255 or 61.11% from 72); Max value from RGB is 44 - color contains mainly: blue. Hex color #18042C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18042C is #E7FBD3. Grayscale: #0E0E0E. Windows color (decimal): -15203284 or 2884632. OLE color: 2884632.
HSL color Cylindrical-coordinate representation of color #18042C: hue angle of 270º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18042C is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 24 | 4 | 44 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.83 |
| HSL | 270º | 0.83% | 0.09% | - |
| HSV(B) | 270º | 0.91% | 0.17% | - |
| XYZ | 0.87 | 0.46 | 2.43 | - |
| YUV | 14.54 | 144.63 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 4 | 44 | 0.45 | 0.91 | 0 | 0.83 | 270 | 0.83 | 0.09 |
| Hex | 18 | 4 | 2C | 2D | 5B | 0 | 53 | 10E | 53 | 9 |
| Octal | 30 | 4 | 54 | 55 | 133 | 0 | 123 | 416 | 123 | 11 |
| Binary | 11000 | 100 | 101100 | 101101 | 1011011 | 0 | 1010011 | 100001110 | 1010011 | 1001 |
Color Harmonies of #18042C
Complementary color
Monochromatic Colors of #18042C
Black with #18042C
Text Example
Text Example
White with #18042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18042C; }
p { color: rgb(24,4,44); }
H1.HeaderClassName
{
color: #18042C;
}
.AnyTagClassName
{
color: #18042C;
}
</style>
background-color css
<style>
a { background-color: #18042C; }
a { background-color: rgb(24,4,44); }
div.DivClassName
{
background-color: #18042C;
}
.BgClassName
{
background-color: #18042C;
}
</style>
border-color css
<style>
span { border-color: #18042C; }
span { border-color: rgb(24,4,44); }
td.TdClassName
{
border-color: #18042C;
}
.TagClassName
{
border-color: #18042C;
}
</style>