Shades of Blackcurrant #150517
Tints of Blackcurrant #150517
RGB
CMYK
RGB Variations
Color information
#150517 (or 0x150517) is known color: Blackcurrant. HEX triplet: 15, 05 and 17. RGB value is (21,5,23). Sum of RGB (Red+Green+Blue) = 21+5+23=49 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42.86% from 49); Green value is 5 (2.34% from 255 or 10.20% from 49); Blue value is 23 (9.38% from 255 or 46.94% from 49); Max value from RGB is 23 - color contains mainly: blue. Hex color #150517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150517 is #EAFAE8. Grayscale: #0B0B0B. Windows color (decimal): -15399657 or 1508629. OLE color: 1508629.
HSL color Cylindrical-coordinate representation of color #150517: hue angle of 293.33º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #150517 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 21 | 5 | 23 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.91 |
| HSL | 293.33º | 0.64% | 0.05% | - |
| HSV(B) | 293.33º | 0.78% | 0.09% | - |
| XYZ | 0.52 | 0.33 | 0.85 | - |
| YUV | 11.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 23 | 0.09 | 0.78 | 0 | 0.91 | 293.33 | 0.64 | 0.05 |
| Hex | 15 | 5 | 17 | 9 | 4E | 0 | 5B | 125 | 40 | 5 |
| Octal | 25 | 5 | 27 | 11 | 116 | 0 | 133 | 445 | 100 | 5 |
| Binary | 10101 | 101 | 10111 | 1001 | 1001110 | 0 | 1011011 | 100100101 | 1000000 | 101 |
Color Harmonies of #150517
Complementary color
Monochromatic Colors of #150517
Black with #150517
Text Example
Text Example
White with #150517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150517; }
p { color: rgb(21,5,23); }
H1.HeaderClassName
{
color: #150517;
}
.AnyTagClassName
{
color: #150517;
}
</style>
background-color css
<style>
a { background-color: #150517; }
a { background-color: rgb(21,5,23); }
div.DivClassName
{
background-color: #150517;
}
.BgClassName
{
background-color: #150517;
}
</style>
border-color css
<style>
span { border-color: #150517; }
span { border-color: rgb(21,5,23); }
td.TdClassName
{
border-color: #150517;
}
.TagClassName
{
border-color: #150517;
}
</style>