Shades of Blackcurrant #18071C
Tints of Blackcurrant #18071C
RGB
CMYK
RGB Variations
Color information
#18071C (or 0x18071C) is known color: Blackcurrant. HEX triplet: 18, 07 and 1C. RGB value is (24,7,28). Sum of RGB (Red+Green+Blue) = 24+7+28=59 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40.68% from 59); Green value is 7 (3.12% from 255 or 11.86% from 59); Blue value is 28 (11.33% from 255 or 47.46% from 59); Max value from RGB is 28 - color contains mainly: blue. Hex color #18071C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18071C is #E7F8E3. Grayscale: #0E0E0E. Windows color (decimal): -15202532 or 1836824. OLE color: 1836824.
HSL color Cylindrical-coordinate representation of color #18071C: hue angle of 288.57º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18071C is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 7 | 28 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.89 |
| HSL | 288.57º | 0.6% | 0.07% | - |
| HSV(B) | 288.57º | 0.75% | 0.11% | - |
| XYZ | 0.66 | 0.43 | 1.15 | - |
| YUV | 14.48 | 135.63 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 7 | 28 | 0.14 | 0.75 | 0 | 0.89 | 288.57 | 0.6 | 0.07 |
| Hex | 18 | 7 | 1C | E | 4B | 0 | 59 | 121 | 3C | 7 |
| Octal | 30 | 7 | 34 | 16 | 113 | 0 | 131 | 441 | 74 | 7 |
| Binary | 11000 | 111 | 11100 | 1110 | 1001011 | 0 | 1011001 | 100100001 | 111100 | 111 |
Color Harmonies of #18071C
Complementary color
Monochromatic Colors of #18071C
Black with #18071C
Text Example
Text Example
White with #18071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18071C; }
p { color: rgb(24,7,28); }
H1.HeaderClassName
{
color: #18071C;
}
.AnyTagClassName
{
color: #18071C;
}
</style>
background-color css
<style>
a { background-color: #18071C; }
a { background-color: rgb(24,7,28); }
div.DivClassName
{
background-color: #18071C;
}
.BgClassName
{
background-color: #18071C;
}
</style>
border-color css
<style>
span { border-color: #18071C; }
span { border-color: rgb(24,7,28); }
td.TdClassName
{
border-color: #18071C;
}
.TagClassName
{
border-color: #18071C;
}
</style>