Shades of Blackcurrant #150D24
Tints of Blackcurrant #150D24
RGB
CMYK
RGB Variations
Color information
#150D24 (or 0x150D24) is known color: Blackcurrant. HEX triplet: 15, 0D and 24. RGB value is (21,13,36). Sum of RGB (Red+Green+Blue) = 21+13+36=70 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30% from 70); Green value is 13 (5.47% from 255 or 18.57% from 70); Blue value is 36 (14.45% from 255 or 51.43% from 70); Max value from RGB is 36 - color contains mainly: blue. Hex color #150D24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150D24 is #EAF2DB. Grayscale: #111111. Windows color (decimal): -15397596 or 2362645. OLE color: 2362645.
HSL color Cylindrical-coordinate representation of color #150D24: hue angle of 260.87º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #150D24 is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 21 | 13 | 36 | - |
| CMYK | 0.42 | 0.64 | 0 | 0.86 |
| HSL | 260.87º | 0.47% | 0.1% | - |
| HSV(B) | 260.87º | 0.64% | 0.14% | - |
| XYZ | 0.77 | 0.57 | 1.74 | - |
| YUV | 18.01 | 138.15 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 36 | 0.42 | 0.64 | 0 | 0.86 | 260.87 | 0.47 | 0.1 |
| Hex | 15 | D | 24 | 2A | 40 | 0 | 56 | 105 | 2F | A |
| Octal | 25 | 15 | 44 | 52 | 100 | 0 | 126 | 405 | 57 | 12 |
| Binary | 10101 | 1101 | 100100 | 101010 | 1000000 | 0 | 1010110 | 100000101 | 101111 | 1010 |
Color Harmonies of #150D24
Complementary color
Monochromatic Colors of #150D24
Black with #150D24
Text Example
Text Example
White with #150D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150D24; }
p { color: rgb(21,13,36); }
H1.HeaderClassName
{
color: #150D24;
}
.AnyTagClassName
{
color: #150D24;
}
</style>
background-color css
<style>
a { background-color: #150D24; }
a { background-color: rgb(21,13,36); }
div.DivClassName
{
background-color: #150D24;
}
.BgClassName
{
background-color: #150D24;
}
</style>
border-color css
<style>
span { border-color: #150D24; }
span { border-color: rgb(21,13,36); }
td.TdClassName
{
border-color: #150D24;
}
.TagClassName
{
border-color: #150D24;
}
</style>