Shades of Blackcurrant #150430
Tints of Blackcurrant #150430
RGB
CMYK
RGB Variations
Color information
#150430 (or 0x150430) is known color: Blackcurrant. HEX triplet: 15, 04 and 30. RGB value is (21,4,48). Sum of RGB (Red+Green+Blue) = 21+4+48=73 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.77% from 73); Green value is 4 (1.95% from 255 or 5.48% from 73); Blue value is 48 (19.14% from 255 or 65.75% from 73); Max value from RGB is 48 - color contains mainly: blue. Hex color #150430 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150430 is #EAFBCF. Grayscale: #0D0D0D. Windows color (decimal): -15399888 or 3146773. OLE color: 3146773.
HSL color Cylindrical-coordinate representation of color #150430: hue angle of 263.18º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #150430 is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 21 | 4 | 48 | - |
| CMYK | 0.56 | 0.92 | 0 | 0.81 |
| HSL | 263.18º | 0.85% | 0.1% | - |
| HSV(B) | 263.18º | 0.92% | 0.19% | - |
| XYZ | 0.89 | 0.46 | 2.84 | - |
| YUV | 14.1 | 147.13 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 4 | 48 | 0.56 | 0.92 | 0 | 0.81 | 263.18 | 0.85 | 0.1 |
| Hex | 15 | 4 | 30 | 38 | 5C | 0 | 51 | 107 | 55 | A |
| Octal | 25 | 4 | 60 | 70 | 134 | 0 | 121 | 407 | 125 | 12 |
| Binary | 10101 | 100 | 110000 | 111000 | 1011100 | 0 | 1010001 | 100000111 | 1010101 | 1010 |
Color Harmonies of #150430
Complementary color
Monochromatic Colors of #150430
Black with #150430
Text Example
Text Example
White with #150430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150430; }
p { color: rgb(21,4,48); }
H1.HeaderClassName
{
color: #150430;
}
.AnyTagClassName
{
color: #150430;
}
</style>
background-color css
<style>
a { background-color: #150430; }
a { background-color: rgb(21,4,48); }
div.DivClassName
{
background-color: #150430;
}
.BgClassName
{
background-color: #150430;
}
</style>
border-color css
<style>
span { border-color: #150430; }
span { border-color: rgb(21,4,48); }
td.TdClassName
{
border-color: #150430;
}
.TagClassName
{
border-color: #150430;
}
</style>