Shades of Blackcurrant #150139
Tints of Blackcurrant #150139
RGB
CMYK
RGB Variations
Color information
#150139 (or 0x150139) is known color: Blackcurrant. HEX triplet: 15, 01 and 39. RGB value is (21,1,57). Sum of RGB (Red+Green+Blue) = 21+1+57=79 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.58% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 57 (22.66% from 255 or 72.15% from 79); Max value from RGB is 57 - color contains mainly: blue. Hex color #150139 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150139 is #EAFEC6. Grayscale: #0D0D0D. Windows color (decimal): -15400647 or 3735829. OLE color: 3735829.
HSL color Cylindrical-coordinate representation of color #150139: hue angle of 261.43º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #150139 is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 21 | 1 | 57 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.78 |
| HSL | 261.43º | 0.97% | 0.11% | - |
| HSV(B) | 261.43º | 0.98% | 0.22% | - |
| XYZ | 1.06 | 0.48 | 3.91 | - |
| YUV | 13.36 | 152.63 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 57 | 0.63 | 0.98 | 0 | 0.78 | 261.43 | 0.97 | 0.11 |
| Hex | 15 | 1 | 39 | 3F | 62 | 0 | 4E | 105 | 61 | B |
| Octal | 25 | 1 | 71 | 77 | 142 | 0 | 116 | 405 | 141 | 13 |
| Binary | 10101 | 1 | 111001 | 111111 | 1100010 | 0 | 1001110 | 100000101 | 1100001 | 1011 |
Color Harmonies of #150139
Complementary color
Monochromatic Colors of #150139
Black with #150139
Text Example
Text Example
White with #150139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150139; }
p { color: rgb(21,1,57); }
H1.HeaderClassName
{
color: #150139;
}
.AnyTagClassName
{
color: #150139;
}
</style>
background-color css
<style>
a { background-color: #150139; }
a { background-color: rgb(21,1,57); }
div.DivClassName
{
background-color: #150139;
}
.BgClassName
{
background-color: #150139;
}
</style>
border-color css
<style>
span { border-color: #150139; }
span { border-color: rgb(21,1,57); }
td.TdClassName
{
border-color: #150139;
}
.TagClassName
{
border-color: #150139;
}
</style>