Shades of Blackcurrant #150026
Tints of Blackcurrant #150026
RGB
CMYK
RGB Variations
Color information
#150026 (or 0x150026) is known color: Blackcurrant. HEX triplet: 15, 00 and 26. RGB value is (21,0,38). Sum of RGB (Red+Green+Blue) = 21+0+38=59 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35.59% from 59); Green value is 0 (0.39% from 255 or 0% from 59); Blue value is 38 (15.23% from 255 or 64.41% from 59); Max value from RGB is 38 - color contains mainly: blue. Hex color #150026 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150026 is #EAFFD9. Grayscale: #0A0A0A. Windows color (decimal): -15400922 or 2490389. OLE color: 2490389.
HSL color Cylindrical-coordinate representation of color #150026: hue angle of 273.16º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150026 is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 21 | 0 | 38 | - |
| CMYK | 0.45 | 1 | 0 | 0.85 |
| HSL | 273.16º | 1% | 0.07% | - |
| HSV(B) | 273.16º | 1% | 0.15% | - |
| XYZ | 0.66 | 0.3 | 1.86 | - |
| YUV | 10.61 | 143.46 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 38 | 0.45 | 1 | 0 | 0.85 | 273.16 | 1 | 0.07 |
| Hex | 15 | 0 | 26 | 2D | 64 | 0 | 55 | 111 | 64 | 7 |
| Octal | 25 | 0 | 46 | 55 | 144 | 0 | 125 | 421 | 144 | 7 |
| Binary | 10101 | 0 | 100110 | 101101 | 1100100 | 0 | 1010101 | 100010001 | 1100100 | 111 |
Color Harmonies of #150026
Complementary color
Monochromatic Colors of #150026
Black with #150026
Text Example
Text Example
White with #150026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150026; }
p { color: rgb(21,0,38); }
H1.HeaderClassName
{
color: #150026;
}
.AnyTagClassName
{
color: #150026;
}
</style>
background-color css
<style>
a { background-color: #150026; }
a { background-color: rgb(21,0,38); }
div.DivClassName
{
background-color: #150026;
}
.BgClassName
{
background-color: #150026;
}
</style>
border-color css
<style>
span { border-color: #150026; }
span { border-color: rgb(21,0,38); }
td.TdClassName
{
border-color: #150026;
}
.TagClassName
{
border-color: #150026;
}
</style>