Shades of Blackcurrant #150A24
Tints of Blackcurrant #150A24
RGB
CMYK
RGB Variations
Color information
#150A24 (or 0x150A24) is known color: Blackcurrant. HEX triplet: 15, 0A and 24. RGB value is (21,10,36). Sum of RGB (Red+Green+Blue) = 21+10+36=67 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.34% from 67); Green value is 10 (4.30% from 255 or 14.93% from 67); Blue value is 36 (14.45% from 255 or 53.73% from 67); Max value from RGB is 36 - color contains mainly: blue. Hex color #150A24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150A24 is #EAF5DB. Grayscale: #101010. Windows color (decimal): -15398364 or 2361877. OLE color: 2361877.
HSL color Cylindrical-coordinate representation of color #150A24: hue angle of 265.38º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #150A24 is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 21 | 10 | 36 | - |
| CMYK | 0.42 | 0.72 | 0 | 0.86 |
| HSL | 265.38º | 0.57% | 0.09% | - |
| HSV(B) | 265.38º | 0.72% | 0.14% | - |
| XYZ | 0.74 | 0.5 | 1.73 | - |
| YUV | 16.25 | 139.14 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 10 | 36 | 0.42 | 0.72 | 0 | 0.86 | 265.38 | 0.57 | 0.09 |
| Hex | 15 | A | 24 | 2A | 48 | 0 | 56 | 109 | 39 | 9 |
| Octal | 25 | 12 | 44 | 52 | 110 | 0 | 126 | 411 | 71 | 11 |
| Binary | 10101 | 1010 | 100100 | 101010 | 1001000 | 0 | 1010110 | 100001001 | 111001 | 1001 |
Color Harmonies of #150A24
Complementary color
Monochromatic Colors of #150A24
Black with #150A24
Text Example
Text Example
White with #150A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150A24; }
p { color: rgb(21,10,36); }
H1.HeaderClassName
{
color: #150A24;
}
.AnyTagClassName
{
color: #150A24;
}
</style>
background-color css
<style>
a { background-color: #150A24; }
a { background-color: rgb(21,10,36); }
div.DivClassName
{
background-color: #150A24;
}
.BgClassName
{
background-color: #150A24;
}
</style>
border-color css
<style>
span { border-color: #150A24; }
span { border-color: rgb(21,10,36); }
td.TdClassName
{
border-color: #150A24;
}
.TagClassName
{
border-color: #150A24;
}
</style>