Shades of Blackcurrant #150A28
Tints of Blackcurrant #150A28
RGB
CMYK
RGB Variations
Color information
#150A28 (or 0x150A28) is known color: Blackcurrant. HEX triplet: 15, 0A and 28. RGB value is (21,10,40). Sum of RGB (Red+Green+Blue) = 21+10+40=71 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.58% from 71); Green value is 10 (4.30% from 255 or 14.08% from 71); Blue value is 40 (16.02% from 255 or 56.34% from 71); Max value from RGB is 40 - color contains mainly: blue. Hex color #150A28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150A28 is #EAF5D7. Grayscale: #101010. Windows color (decimal): -15398360 or 2624021. OLE color: 2624021.
HSL color Cylindrical-coordinate representation of color #150A28: hue angle of 262º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #150A28 is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 21 | 10 | 40 | - |
| CMYK | 0.48 | 0.75 | 0 | 0.84 |
| HSL | 262º | 0.6% | 0.1% | - |
| HSV(B) | 262º | 0.75% | 0.16% | - |
| XYZ | 0.8 | 0.53 | 2.07 | - |
| YUV | 16.71 | 141.14 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 10 | 40 | 0.48 | 0.75 | 0 | 0.84 | 262 | 0.6 | 0.1 |
| Hex | 15 | A | 28 | 30 | 4B | 0 | 54 | 106 | 3C | A |
| Octal | 25 | 12 | 50 | 60 | 113 | 0 | 124 | 406 | 74 | 12 |
| Binary | 10101 | 1010 | 101000 | 110000 | 1001011 | 0 | 1010100 | 100000110 | 111100 | 1010 |
Color Harmonies of #150A28
Complementary color
Monochromatic Colors of #150A28
Black with #150A28
Text Example
Text Example
White with #150A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150A28; }
p { color: rgb(21,10,40); }
H1.HeaderClassName
{
color: #150A28;
}
.AnyTagClassName
{
color: #150A28;
}
</style>
background-color css
<style>
a { background-color: #150A28; }
a { background-color: rgb(21,10,40); }
div.DivClassName
{
background-color: #150A28;
}
.BgClassName
{
background-color: #150A28;
}
</style>
border-color css
<style>
span { border-color: #150A28; }
span { border-color: rgb(21,10,40); }
td.TdClassName
{
border-color: #150A28;
}
.TagClassName
{
border-color: #150A28;
}
</style>