Shades of Blackcurrant #150D18
Tints of Blackcurrant #150D18
RGB
CMYK
RGB Variations
Color information
#150D18 (or 0x150D18) is known color: Blackcurrant. HEX triplet: 15, 0D and 18. RGB value is (21,13,24). Sum of RGB (Red+Green+Blue) = 21+13+24=58 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.21% from 58); Green value is 13 (5.47% from 255 or 22.41% from 58); Blue value is 24 (9.77% from 255 or 41.38% from 58); Max value from RGB is 24 - color contains mainly: blue. Hex color #150D18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150D18 is #EAF2E7. Grayscale: #101010. Windows color (decimal): -15397608 or 1576213. OLE color: 1576213.
HSL color Cylindrical-coordinate representation of color #150D18: hue angle of 283.64º degrees, saturation: 0.3, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #150D18 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 21 | 13 | 24 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.91 |
| HSL | 283.64º | 0.3% | 0.07% | - |
| HSV(B) | 283.64º | 0.46% | 0.09% | - |
| XYZ | 0.62 | 0.51 | 0.93 | - |
| YUV | 16.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 24 | 0.13 | 0.46 | 0 | 0.91 | 283.64 | 0.3 | 0.07 |
| Hex | 15 | D | 18 | D | 2E | 0 | 5B | 11C | 1E | 7 |
| Octal | 25 | 15 | 30 | 15 | 56 | 0 | 133 | 434 | 36 | 7 |
| Binary | 10101 | 1101 | 11000 | 1101 | 101110 | 0 | 1011011 | 100011100 | 11110 | 111 |
Color Harmonies of #150D18
Complementary color
Monochromatic Colors of #150D18
Black with #150D18
Text Example
Text Example
White with #150D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150D18; }
p { color: rgb(21,13,24); }
H1.HeaderClassName
{
color: #150D18;
}
.AnyTagClassName
{
color: #150D18;
}
</style>
background-color css
<style>
a { background-color: #150D18; }
a { background-color: rgb(21,13,24); }
div.DivClassName
{
background-color: #150D18;
}
.BgClassName
{
background-color: #150D18;
}
</style>
border-color css
<style>
span { border-color: #150D18; }
span { border-color: rgb(21,13,24); }
td.TdClassName
{
border-color: #150D18;
}
.TagClassName
{
border-color: #150D18;
}
</style>