Shades of Blackcurrant #18121A
Tints of Blackcurrant #18121A
RGB
CMYK
RGB Variations
Color information
#18121A (or 0x18121A) is known color: Blackcurrant. HEX triplet: 18, 12 and 1A. RGB value is (24,18,26). Sum of RGB (Red+Green+Blue) = 24+18+26=68 (9% of max value = 765). Red value is 24 (9.77% from 255 or 35.29% from 68); Green value is 18 (7.42% from 255 or 26.47% from 68); Blue value is 26 (10.55% from 255 or 38.24% from 68); Max value from RGB is 26 - color contains mainly: blue. Hex color #18121A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18121A is #E7EDE5. Grayscale: #141414. Windows color (decimal): -15199718 or 1708568. OLE color: 1708568.
HSL color Cylindrical-coordinate representation of color #18121A: hue angle of 285º degrees, saturation: 0.18, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #18121A is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 24 | 18 | 26 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.90 |
| HSL | 285º | 0.18% | 0.09% | - |
| HSV(B) | 285º | 0.31% | 0.1% | - |
| XYZ | 0.78 | 0.7 | 1.07 | - |
| YUV | 20.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 18 | 26 | 0.08 | 0.31 | 0 | 0.90 | 285 | 0.18 | 0.09 |
| Hex | 18 | 12 | 1A | 8 | 1F | 0 | 5A | 11D | 12 | 9 |
| Octal | 30 | 22 | 32 | 10 | 37 | 0 | 132 | 435 | 22 | 11 |
| Binary | 11000 | 10010 | 11010 | 1000 | 11111 | 0 | 1011010 | 100011101 | 10010 | 1001 |
Color Harmonies of #18121A
Complementary color
Monochromatic Colors of #18121A
Black with #18121A
Text Example
Text Example
White with #18121A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18121A; }
p { color: rgb(24,18,26); }
H1.HeaderClassName
{
color: #18121A;
}
.AnyTagClassName
{
color: #18121A;
}
</style>
background-color css
<style>
a { background-color: #18121A; }
a { background-color: rgb(24,18,26); }
div.DivClassName
{
background-color: #18121A;
}
.BgClassName
{
background-color: #18121A;
}
</style>
border-color css
<style>
span { border-color: #18121A; }
span { border-color: rgb(24,18,26); }
td.TdClassName
{
border-color: #18121A;
}
.TagClassName
{
border-color: #18121A;
}
</style>