Shades of Blackcurrant #150E17
Tints of Blackcurrant #150E17
RGB
CMYK
RGB Variations
Color information
#150E17 (or 0x150E17) is known color: Blackcurrant. HEX triplet: 15, 0E and 17. RGB value is (21,14,23). Sum of RGB (Red+Green+Blue) = 21+14+23=58 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.21% from 58); Green value is 14 (5.86% from 255 or 24.14% from 58); Blue value is 23 (9.38% from 255 or 39.66% from 58); Max value from RGB is 23 - color contains mainly: blue. Hex color #150E17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150E17 is #EAF1E8. Grayscale: #111111. Windows color (decimal): -15397353 or 1510933. OLE color: 1510933.
HSL color Cylindrical-coordinate representation of color #150E17: hue angle of 286.67º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #150E17 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 21 | 14 | 23 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.91 |
| HSL | 286.67º | 0.24% | 0.07% | - |
| HSV(B) | 286.67º | 0.39% | 0.09% | - |
| XYZ | 0.62 | 0.54 | 0.88 | - |
| YUV | 17.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 14 | 23 | 0.09 | 0.39 | 0 | 0.91 | 286.67 | 0.24 | 0.07 |
| Hex | 15 | E | 17 | 9 | 27 | 0 | 5B | 11F | 18 | 7 |
| Octal | 25 | 16 | 27 | 11 | 47 | 0 | 133 | 437 | 30 | 7 |
| Binary | 10101 | 1110 | 10111 | 1001 | 100111 | 0 | 1011011 | 100011111 | 11000 | 111 |
Color Harmonies of #150E17
Complementary color
Monochromatic Colors of #150E17
Black with #150E17
Text Example
Text Example
White with #150E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150E17; }
p { color: rgb(21,14,23); }
H1.HeaderClassName
{
color: #150E17;
}
.AnyTagClassName
{
color: #150E17;
}
</style>
background-color css
<style>
a { background-color: #150E17; }
a { background-color: rgb(21,14,23); }
div.DivClassName
{
background-color: #150E17;
}
.BgClassName
{
background-color: #150E17;
}
</style>
border-color css
<style>
span { border-color: #150E17; }
span { border-color: rgb(21,14,23); }
td.TdClassName
{
border-color: #150E17;
}
.TagClassName
{
border-color: #150E17;
}
</style>