Shades of Blackcurrant #150029
Tints of Blackcurrant #150029
RGB
CMYK
RGB Variations
Color information
#150029 (or 0x150029) is known color: Blackcurrant. HEX triplet: 15, 00 and 29. RGB value is (21,0,41). Sum of RGB (Red+Green+Blue) = 21+0+41=62 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.87% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 41 (16.41% from 255 or 66.13% from 62); Max value from RGB is 41 - color contains mainly: blue. Hex color #150029 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150029 is #EAFFD6. Grayscale: #0A0A0A. Windows color (decimal): -15400919 or 2686997. OLE color: 2686997.
HSL color Cylindrical-coordinate representation of color #150029: hue angle of 270.73º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150029 is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 21 | 0 | 41 | - |
| CMYK | 0.49 | 1 | 0 | 0.84 |
| HSL | 270.73º | 1% | 0.08% | - |
| HSV(B) | 270.73º | 1% | 0.16% | - |
| XYZ | 0.71 | 0.32 | 2.12 | - |
| YUV | 10.95 | 144.96 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 41 | 0.49 | 1 | 0 | 0.84 | 270.73 | 1 | 0.08 |
| Hex | 15 | 0 | 29 | 31 | 64 | 0 | 54 | 10F | 64 | 8 |
| Octal | 25 | 0 | 51 | 61 | 144 | 0 | 124 | 417 | 144 | 10 |
| Binary | 10101 | 0 | 101001 | 110001 | 1100100 | 0 | 1010100 | 100001111 | 1100100 | 1000 |
Color Harmonies of #150029
Complementary color
Monochromatic Colors of #150029
Black with #150029
Text Example
Text Example
White with #150029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150029; }
p { color: rgb(21,0,41); }
H1.HeaderClassName
{
color: #150029;
}
.AnyTagClassName
{
color: #150029;
}
</style>
background-color css
<style>
a { background-color: #150029; }
a { background-color: rgb(21,0,41); }
div.DivClassName
{
background-color: #150029;
}
.BgClassName
{
background-color: #150029;
}
</style>
border-color css
<style>
span { border-color: #150029; }
span { border-color: rgb(21,0,41); }
td.TdClassName
{
border-color: #150029;
}
.TagClassName
{
border-color: #150029;
}
</style>