Shades of Blackcurrant #18111A
Tints of Blackcurrant #18111A
RGB
CMYK
RGB Variations
Color information
#18111A (or 0x18111A) is known color: Blackcurrant. HEX triplet: 18, 11 and 1A. RGB value is (24,17,26). Sum of RGB (Red+Green+Blue) = 24+17+26=67 (8% of max value = 765). Red value is 24 (9.77% from 255 or 35.82% from 67); Green value is 17 (7.03% from 255 or 25.37% from 67); Blue value is 26 (10.55% from 255 or 38.81% from 67); Max value from RGB is 26 - color contains mainly: blue. Hex color #18111A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18111A is #E7EEE5. Grayscale: #141414. Windows color (decimal): -15199974 or 1708312. OLE color: 1708312.
HSL color Cylindrical-coordinate representation of color #18111A: hue angle of 286.67º degrees, saturation: 0.21, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #18111A is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 24 | 17 | 26 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.90 |
| HSL | 286.67º | 0.21% | 0.08% | - |
| HSV(B) | 286.67º | 0.35% | 0.1% | - |
| XYZ | 0.76 | 0.67 | 1.07 | - |
| YUV | 20.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 17 | 26 | 0.08 | 0.35 | 0 | 0.90 | 286.67 | 0.21 | 0.08 |
| Hex | 18 | 11 | 1A | 8 | 23 | 0 | 5A | 11F | 15 | 8 |
| Octal | 30 | 21 | 32 | 10 | 43 | 0 | 132 | 437 | 25 | 10 |
| Binary | 11000 | 10001 | 11010 | 1000 | 100011 | 0 | 1011010 | 100011111 | 10101 | 1000 |
Color Harmonies of #18111A
Complementary color
Monochromatic Colors of #18111A
Black with #18111A
Text Example
Text Example
White with #18111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18111A; }
p { color: rgb(24,17,26); }
H1.HeaderClassName
{
color: #18111A;
}
.AnyTagClassName
{
color: #18111A;
}
</style>
background-color css
<style>
a { background-color: #18111A; }
a { background-color: rgb(24,17,26); }
div.DivClassName
{
background-color: #18111A;
}
.BgClassName
{
background-color: #18111A;
}
</style>
border-color css
<style>
span { border-color: #18111A; }
span { border-color: rgb(24,17,26); }
td.TdClassName
{
border-color: #18111A;
}
.TagClassName
{
border-color: #18111A;
}
</style>