Shades of Blackcurrant #150B24
Tints of Blackcurrant #150B24
RGB
CMYK
RGB Variations
Color information
#150B24 (or 0x150B24) is known color: Blackcurrant. HEX triplet: 15, 0B and 24. RGB value is (21,11,36). Sum of RGB (Red+Green+Blue) = 21+11+36=68 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.88% from 68); Green value is 11 (4.69% from 255 or 16.18% from 68); Blue value is 36 (14.45% from 255 or 52.94% from 68); Max value from RGB is 36 - color contains mainly: blue. Hex color #150B24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150B24 is #EAF4DB. Grayscale: #101010. Windows color (decimal): -15398108 or 2362133. OLE color: 2362133.
HSL color Cylindrical-coordinate representation of color #150B24: hue angle of 264º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #150B24 is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 21 | 11 | 36 | - |
| CMYK | 0.42 | 0.69 | 0 | 0.86 |
| HSL | 264º | 0.53% | 0.09% | - |
| HSV(B) | 264º | 0.69% | 0.14% | - |
| XYZ | 0.75 | 0.53 | 1.73 | - |
| YUV | 16.84 | 138.81 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 36 | 0.42 | 0.69 | 0 | 0.86 | 264 | 0.53 | 0.09 |
| Hex | 15 | B | 24 | 2A | 45 | 0 | 56 | 108 | 35 | 9 |
| Octal | 25 | 13 | 44 | 52 | 105 | 0 | 126 | 410 | 65 | 11 |
| Binary | 10101 | 1011 | 100100 | 101010 | 1000101 | 0 | 1010110 | 100001000 | 110101 | 1001 |
Color Harmonies of #150B24
Complementary color
Monochromatic Colors of #150B24
Black with #150B24
Text Example
Text Example
White with #150B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150B24; }
p { color: rgb(21,11,36); }
H1.HeaderClassName
{
color: #150B24;
}
.AnyTagClassName
{
color: #150B24;
}
</style>
background-color css
<style>
a { background-color: #150B24; }
a { background-color: rgb(21,11,36); }
div.DivClassName
{
background-color: #150B24;
}
.BgClassName
{
background-color: #150B24;
}
</style>
border-color css
<style>
span { border-color: #150B24; }
span { border-color: rgb(21,11,36); }
td.TdClassName
{
border-color: #150B24;
}
.TagClassName
{
border-color: #150B24;
}
</style>