Shades of Blackcurrant #180E1C
Tints of Blackcurrant #180E1C
RGB
CMYK
RGB Variations
Color information
#180E1C (or 0x180E1C) is known color: Blackcurrant. HEX triplet: 18, 0E and 1C. RGB value is (24,14,28). Sum of RGB (Red+Green+Blue) = 24+14+28=66 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.36% from 66); Green value is 14 (5.86% from 255 or 21.21% from 66); Blue value is 28 (11.33% from 255 or 42.42% from 66); Max value from RGB is 28 - color contains mainly: blue. Hex color #180E1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180E1C is #E7F1E3. Grayscale: #121212. Windows color (decimal): -15200740 or 1838616. OLE color: 1838616.
HSL color Cylindrical-coordinate representation of color #180E1C: hue angle of 282.86º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #180E1C is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 14 | 28 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.89 |
| HSL | 282.86º | 0.33% | 0.08% | - |
| HSV(B) | 282.86º | 0.5% | 0.11% | - |
| XYZ | 0.74 | 0.59 | 1.17 | - |
| YUV | 18.59 | 133.31 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 14 | 28 | 0.14 | 0.50 | 0 | 0.89 | 282.86 | 0.33 | 0.08 |
| Hex | 18 | E | 1C | E | 32 | 0 | 59 | 11B | 21 | 8 |
| Octal | 30 | 16 | 34 | 16 | 62 | 0 | 131 | 433 | 41 | 10 |
| Binary | 11000 | 1110 | 11100 | 1110 | 110010 | 0 | 1011001 | 100011011 | 100001 | 1000 |
Color Harmonies of #180E1C
Complementary color
Monochromatic Colors of #180E1C
Black with #180E1C
Text Example
Text Example
White with #180E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180E1C; }
p { color: rgb(24,14,28); }
H1.HeaderClassName
{
color: #180E1C;
}
.AnyTagClassName
{
color: #180E1C;
}
</style>
background-color css
<style>
a { background-color: #180E1C; }
a { background-color: rgb(24,14,28); }
div.DivClassName
{
background-color: #180E1C;
}
.BgClassName
{
background-color: #180E1C;
}
</style>
border-color css
<style>
span { border-color: #180E1C; }
span { border-color: rgb(24,14,28); }
td.TdClassName
{
border-color: #180E1C;
}
.TagClassName
{
border-color: #180E1C;
}
</style>