Shades of Blackcurrant #150A2A
Tints of Blackcurrant #150A2A
RGB
CMYK
RGB Variations
Color information
#150A2A (or 0x150A2A) is known color: Blackcurrant. HEX triplet: 15, 0A and 2A. RGB value is (21,10,42). Sum of RGB (Red+Green+Blue) = 21+10+42=73 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.77% from 73); Green value is 10 (4.30% from 255 or 13.70% from 73); Blue value is 42 (16.80% from 255 or 57.53% from 73); Max value from RGB is 42 - color contains mainly: blue. Hex color #150A2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150A2A is #EAF5D5. Grayscale: #101010. Windows color (decimal): -15398358 or 2755093. OLE color: 2755093.
HSL color Cylindrical-coordinate representation of color #150A2A: hue angle of 260.62º degrees, saturation: 0.62, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #150A2A is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 21 | 10 | 42 | - |
| CMYK | 0.50 | 0.76 | 0 | 0.84 |
| HSL | 260.63º | 0.62% | 0.1% | - |
| HSV(B) | 260.63º | 0.76% | 0.16% | - |
| XYZ | 0.84 | 0.54 | 2.25 | - |
| YUV | 16.94 | 142.14 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 10 | 42 | 0.50 | 0.76 | 0 | 0.84 | 260.63 | 0.62 | 0.1 |
| Hex | 15 | A | 2A | 32 | 4C | 0 | 54 | 105 | 3E | A |
| Octal | 25 | 12 | 52 | 62 | 114 | 0 | 124 | 405 | 76 | 12 |
| Binary | 10101 | 1010 | 101010 | 110010 | 1001100 | 0 | 1010100 | 100000101 | 111110 | 1010 |
Color Harmonies of #150A2A
Complementary color
Monochromatic Colors of #150A2A
Black with #150A2A
Text Example
Text Example
White with #150A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150A2A; }
p { color: rgb(21,10,42); }
H1.HeaderClassName
{
color: #150A2A;
}
.AnyTagClassName
{
color: #150A2A;
}
</style>
background-color css
<style>
a { background-color: #150A2A; }
a { background-color: rgb(21,10,42); }
div.DivClassName
{
background-color: #150A2A;
}
.BgClassName
{
background-color: #150A2A;
}
</style>
border-color css
<style>
span { border-color: #150A2A; }
span { border-color: rgb(21,10,42); }
td.TdClassName
{
border-color: #150A2A;
}
.TagClassName
{
border-color: #150A2A;
}
</style>