Shades of Blackcurrant #180E1A
Tints of Blackcurrant #180E1A
RGB
CMYK
RGB Variations
Color information
#180E1A (or 0x180E1A) is known color: Blackcurrant. HEX triplet: 18, 0E and 1A. RGB value is (24,14,26). Sum of RGB (Red+Green+Blue) = 24+14+26=64 (8% of max value = 765). Red value is 24 (9.77% from 255 or 37.5% from 64); Green value is 14 (5.86% from 255 or 21.88% from 64); Blue value is 26 (10.55% from 255 or 40.62% from 64); Max value from RGB is 26 - color contains mainly: blue. Hex color #180E1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180E1A is #E7F1E5. Grayscale: #121212. Windows color (decimal): -15200742 or 1707544. OLE color: 1707544.
HSL color Cylindrical-coordinate representation of color #180E1A: hue angle of 290º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #180E1A is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 24 | 14 | 26 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.90 |
| HSL | 290º | 0.3% | 0.08% | - |
| HSV(B) | 290º | 0.46% | 0.1% | - |
| XYZ | 0.72 | 0.58 | 1.05 | - |
| YUV | 18.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 14 | 26 | 0.08 | 0.46 | 0 | 0.90 | 290 | 0.3 | 0.08 |
| Hex | 18 | E | 1A | 8 | 2E | 0 | 5A | 122 | 1E | 8 |
| Octal | 30 | 16 | 32 | 10 | 56 | 0 | 132 | 442 | 36 | 10 |
| Binary | 11000 | 1110 | 11010 | 1000 | 101110 | 0 | 1011010 | 100100010 | 11110 | 1000 |
Color Harmonies of #180E1A
Complementary color
Monochromatic Colors of #180E1A
Black with #180E1A
Text Example
Text Example
White with #180E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180E1A; }
p { color: rgb(24,14,26); }
H1.HeaderClassName
{
color: #180E1A;
}
.AnyTagClassName
{
color: #180E1A;
}
</style>
background-color css
<style>
a { background-color: #180E1A; }
a { background-color: rgb(24,14,26); }
div.DivClassName
{
background-color: #180E1A;
}
.BgClassName
{
background-color: #180E1A;
}
</style>
border-color css
<style>
span { border-color: #180E1A; }
span { border-color: rgb(24,14,26); }
td.TdClassName
{
border-color: #180E1A;
}
.TagClassName
{
border-color: #180E1A;
}
</style>