Shades of Blackcurrant #150B19
Tints of Blackcurrant #150B19
RGB
CMYK
RGB Variations
Color information
#150B19 (or 0x150B19) is known color: Blackcurrant. HEX triplet: 15, 0B and 19. RGB value is (21,11,25). Sum of RGB (Red+Green+Blue) = 21+11+25=57 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.84% from 57); Green value is 11 (4.69% from 255 or 19.30% from 57); Blue value is 25 (10.16% from 255 or 43.86% from 57); Max value from RGB is 25 - color contains mainly: blue. Hex color #150B19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150B19 is #EAF4E6. Grayscale: #0F0F0F. Windows color (decimal): -15398119 or 1641237. OLE color: 1641237.
HSL color Cylindrical-coordinate representation of color #150B19: hue angle of 282.86º degrees, saturation: 0.39, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #150B19 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 21 | 11 | 25 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.90 |
| HSL | 282.86º | 0.39% | 0.07% | - |
| HSV(B) | 282.86º | 0.56% | 0.1% | - |
| XYZ | 0.6 | 0.47 | 0.98 | - |
| YUV | 15.59 | 133.31 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 25 | 0.16 | 0.56 | 0 | 0.90 | 282.86 | 0.39 | 0.07 |
| Hex | 15 | B | 19 | 10 | 38 | 0 | 5A | 11B | 27 | 7 |
| Octal | 25 | 13 | 31 | 20 | 70 | 0 | 132 | 433 | 47 | 7 |
| Binary | 10101 | 1011 | 11001 | 10000 | 111000 | 0 | 1011010 | 100011011 | 100111 | 111 |
Color Harmonies of #150B19
Complementary color
Monochromatic Colors of #150B19
Black with #150B19
Text Example
Text Example
White with #150B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150B19; }
p { color: rgb(21,11,25); }
H1.HeaderClassName
{
color: #150B19;
}
.AnyTagClassName
{
color: #150B19;
}
</style>
background-color css
<style>
a { background-color: #150B19; }
a { background-color: rgb(21,11,25); }
div.DivClassName
{
background-color: #150B19;
}
.BgClassName
{
background-color: #150B19;
}
</style>
border-color css
<style>
span { border-color: #150B19; }
span { border-color: rgb(21,11,25); }
td.TdClassName
{
border-color: #150B19;
}
.TagClassName
{
border-color: #150B19;
}
</style>