Shades of Blackcurrant #150F18
Tints of Blackcurrant #150F18
RGB
CMYK
RGB Variations
Color information
#150F18 (or 0x150F18) is known color: Blackcurrant. HEX triplet: 15, 0F and 18. RGB value is (21,15,24). Sum of RGB (Red+Green+Blue) = 21+15+24=60 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35% from 60); Green value is 15 (6.25% from 255 or 25% from 60); Blue value is 24 (9.77% from 255 or 40% from 60); Max value from RGB is 24 - color contains mainly: blue. Hex color #150F18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150F18 is #EAF0E7. Grayscale: #111111. Windows color (decimal): -15397096 or 1576725. OLE color: 1576725.
HSL color Cylindrical-coordinate representation of color #150F18: hue angle of 280º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #150F18 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 21 | 15 | 24 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.91 |
| HSL | 280º | 0.23% | 0.08% | - |
| HSV(B) | 280º | 0.38% | 0.09% | - |
| XYZ | 0.64 | 0.57 | 0.94 | - |
| YUV | 17.82 | 131.49 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 24 | 0.13 | 0.37 | 0 | 0.91 | 280 | 0.23 | 0.08 |
| Hex | 15 | F | 18 | D | 25 | 0 | 5B | 118 | 17 | 8 |
| Octal | 25 | 17 | 30 | 15 | 45 | 0 | 133 | 430 | 27 | 10 |
| Binary | 10101 | 1111 | 11000 | 1101 | 100101 | 0 | 1011011 | 100011000 | 10111 | 1000 |
Color Harmonies of #150F18
Complementary color
Monochromatic Colors of #150F18
Black with #150F18
Text Example
Text Example
White with #150F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150F18; }
p { color: rgb(21,15,24); }
H1.HeaderClassName
{
color: #150F18;
}
.AnyTagClassName
{
color: #150F18;
}
</style>
background-color css
<style>
a { background-color: #150F18; }
a { background-color: rgb(21,15,24); }
div.DivClassName
{
background-color: #150F18;
}
.BgClassName
{
background-color: #150F18;
}
</style>
border-color css
<style>
span { border-color: #150F18; }
span { border-color: rgb(21,15,24); }
td.TdClassName
{
border-color: #150F18;
}
.TagClassName
{
border-color: #150F18;
}
</style>