Shades of Blackcurrant #150017
Tints of Blackcurrant #150017
RGB
CMYK
RGB Variations
Color information
#150017 (or 0x150017) is known color: Blackcurrant. HEX triplet: 15, 00 and 17. RGB value is (21,0,23). Sum of RGB (Red+Green+Blue) = 21+0+23=44 (5% of max value = 765). Red value is 21 (8.59% from 255 or 47.73% from 44); Green value is 0 (0.39% from 255 or 0% from 44); Blue value is 23 (9.38% from 255 or 52.27% from 44); Max value from RGB is 23 - color contains mainly: blue. Hex color #150017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150017 is #EAFFE8. Grayscale: #080808. Windows color (decimal): -15400937 or 1507349. OLE color: 1507349.
HSL color Cylindrical-coordinate representation of color #150017: hue angle of 294.78º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150017 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 21 | 0 | 23 | - |
| CMYK | 0.09 | 1 | 0 | 0.91 |
| HSL | 294.78º | 1% | 0.05% | - |
| HSV(B) | 294.78º | 1% | 0.09% | - |
| XYZ | 0.46 | 0.22 | 0.83 | - |
| YUV | 8.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 23 | 0.09 | 1 | 0 | 0.91 | 294.78 | 1 | 0.05 |
| Hex | 15 | 0 | 17 | 9 | 64 | 0 | 5B | 127 | 64 | 5 |
| Octal | 25 | 0 | 27 | 11 | 144 | 0 | 133 | 447 | 144 | 5 |
| Binary | 10101 | 0 | 10111 | 1001 | 1100100 | 0 | 1011011 | 100100111 | 1100100 | 101 |
Color Harmonies of #150017
Complementary color
Monochromatic Colors of #150017
Black with #150017
Text Example
Text Example
White with #150017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150017; }
p { color: rgb(21,0,23); }
H1.HeaderClassName
{
color: #150017;
}
.AnyTagClassName
{
color: #150017;
}
</style>
background-color css
<style>
a { background-color: #150017; }
a { background-color: rgb(21,0,23); }
div.DivClassName
{
background-color: #150017;
}
.BgClassName
{
background-color: #150017;
}
</style>
border-color css
<style>
span { border-color: #150017; }
span { border-color: rgb(21,0,23); }
td.TdClassName
{
border-color: #150017;
}
.TagClassName
{
border-color: #150017;
}
</style>