Shades of Blackcurrant #18151A
Tints of Blackcurrant #18151A
RGB
CMYK
RGB Variations
Color information
#18151A (or 0x18151A) is known color: Blackcurrant. HEX triplet: 18, 15 and 1A. RGB value is (24,21,26). Sum of RGB (Red+Green+Blue) = 24+21+26=71 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.80% from 71); Green value is 21 (8.59% from 255 or 29.58% from 71); Blue value is 26 (10.55% from 255 or 36.62% from 71); Max value from RGB is 26 - color contains mainly: blue. Hex color #18151A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18151A is #E7EAE5. Grayscale: #161616. Windows color (decimal): -15198950 or 1709336. OLE color: 1709336.
HSL color Cylindrical-coordinate representation of color #18151A: hue angle of 276º degrees, saturation: 0.11, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #18151A is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 24 | 21 | 26 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.90 |
| HSL | 276º | 0.11% | 0.09% | - |
| HSV(B) | 276º | 0.19% | 0.1% | - |
| XYZ | 0.83 | 0.81 | 1.09 | - |
| YUV | 22.47 | 129.99 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 21 | 26 | 0.08 | 0.19 | 0 | 0.90 | 276 | 0.11 | 0.09 |
| Hex | 18 | 15 | 1A | 8 | 13 | 0 | 5A | 114 | B | 9 |
| Octal | 30 | 25 | 32 | 10 | 23 | 0 | 132 | 424 | 13 | 11 |
| Binary | 11000 | 10101 | 11010 | 1000 | 10011 | 0 | 1011010 | 100010100 | 1011 | 1001 |
Color Harmonies of #18151A
Complementary color
Monochromatic Colors of #18151A
Black with #18151A
Text Example
Text Example
White with #18151A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18151A; }
p { color: rgb(24,21,26); }
H1.HeaderClassName
{
color: #18151A;
}
.AnyTagClassName
{
color: #18151A;
}
</style>
background-color css
<style>
a { background-color: #18151A; }
a { background-color: rgb(24,21,26); }
div.DivClassName
{
background-color: #18151A;
}
.BgClassName
{
background-color: #18151A;
}
</style>
border-color css
<style>
span { border-color: #18151A; }
span { border-color: rgb(24,21,26); }
td.TdClassName
{
border-color: #18151A;
}
.TagClassName
{
border-color: #18151A;
}
</style>