Shades of Blackcurrant #150F17
Tints of Blackcurrant #150F17
RGB
CMYK
RGB Variations
Color information
#150F17 (or 0x150F17) is known color: Blackcurrant. HEX triplet: 15, 0F and 17. RGB value is (21,15,23). Sum of RGB (Red+Green+Blue) = 21+15+23=59 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35.59% from 59); Green value is 15 (6.25% from 255 or 25.42% from 59); Blue value is 23 (9.38% from 255 or 38.98% from 59); Max value from RGB is 23 - color contains mainly: blue. Hex color #150F17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150F17 is #EAF0E8. Grayscale: #111111. Windows color (decimal): -15397097 or 1511189. OLE color: 1511189.
HSL color Cylindrical-coordinate representation of color #150F17: hue angle of 285º degrees, saturation: 0.21, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #150F17 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 21 | 15 | 23 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.91 |
| HSL | 285º | 0.21% | 0.07% | - |
| HSV(B) | 285º | 0.35% | 0.09% | - |
| XYZ | 0.63 | 0.56 | 0.89 | - |
| YUV | 17.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 23 | 0.09 | 0.35 | 0 | 0.91 | 285 | 0.21 | 0.07 |
| Hex | 15 | F | 17 | 9 | 23 | 0 | 5B | 11D | 15 | 7 |
| Octal | 25 | 17 | 27 | 11 | 43 | 0 | 133 | 435 | 25 | 7 |
| Binary | 10101 | 1111 | 10111 | 1001 | 100011 | 0 | 1011011 | 100011101 | 10101 | 111 |
Color Harmonies of #150F17
Complementary color
Monochromatic Colors of #150F17
Black with #150F17
Text Example
Text Example
White with #150F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150F17; }
p { color: rgb(21,15,23); }
H1.HeaderClassName
{
color: #150F17;
}
.AnyTagClassName
{
color: #150F17;
}
</style>
background-color css
<style>
a { background-color: #150F17; }
a { background-color: rgb(21,15,23); }
div.DivClassName
{
background-color: #150F17;
}
.BgClassName
{
background-color: #150F17;
}
</style>
border-color css
<style>
span { border-color: #150F17; }
span { border-color: rgb(21,15,23); }
td.TdClassName
{
border-color: #150F17;
}
.TagClassName
{
border-color: #150F17;
}
</style>