Shades of Blackcurrant #150B18
Tints of Blackcurrant #150B18
RGB
CMYK
RGB Variations
Color information
#150B18 (or 0x150B18) is known color: Blackcurrant. HEX triplet: 15, 0B and 18. RGB value is (21,11,24). Sum of RGB (Red+Green+Blue) = 21+11+24=56 (7% of max value = 765). Red value is 21 (8.59% from 255 or 37.5% from 56); Green value is 11 (4.69% from 255 or 19.64% from 56); Blue value is 24 (9.77% from 255 or 42.86% from 56); Max value from RGB is 24 - color contains mainly: blue. Hex color #150B18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150B18 is #EAF4E7. Grayscale: #0F0F0F. Windows color (decimal): -15398120 or 1575701. OLE color: 1575701.
HSL color Cylindrical-coordinate representation of color #150B18: hue angle of 286.15º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #150B18 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 21 | 11 | 24 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.91 |
| HSL | 286.15º | 0.37% | 0.07% | - |
| HSV(B) | 286.15º | 0.54% | 0.09% | - |
| XYZ | 0.59 | 0.46 | 0.92 | - |
| YUV | 15.47 | 132.81 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 24 | 0.13 | 0.54 | 0 | 0.91 | 286.15 | 0.37 | 0.07 |
| Hex | 15 | B | 18 | D | 36 | 0 | 5B | 11E | 25 | 7 |
| Octal | 25 | 13 | 30 | 15 | 66 | 0 | 133 | 436 | 45 | 7 |
| Binary | 10101 | 1011 | 11000 | 1101 | 110110 | 0 | 1011011 | 100011110 | 100101 | 111 |
Color Harmonies of #150B18
Complementary color
Monochromatic Colors of #150B18
Black with #150B18
Text Example
Text Example
White with #150B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150B18; }
p { color: rgb(21,11,24); }
H1.HeaderClassName
{
color: #150B18;
}
.AnyTagClassName
{
color: #150B18;
}
</style>
background-color css
<style>
a { background-color: #150B18; }
a { background-color: rgb(21,11,24); }
div.DivClassName
{
background-color: #150B18;
}
.BgClassName
{
background-color: #150B18;
}
</style>
border-color css
<style>
span { border-color: #150B18; }
span { border-color: rgb(21,11,24); }
td.TdClassName
{
border-color: #150B18;
}
.TagClassName
{
border-color: #150B18;
}
</style>