Shades of Blackcurrant #150137
Tints of Blackcurrant #150137
RGB
CMYK
RGB Variations
Color information
#150137 (or 0x150137) is known color: Blackcurrant. HEX triplet: 15, 01 and 37. RGB value is (21,1,55). Sum of RGB (Red+Green+Blue) = 21+1+55=77 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.27% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 55 (21.88% from 255 or 71.43% from 77); Max value from RGB is 55 - color contains mainly: blue. Hex color #150137 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150137 is #EAFEC8. Grayscale: #0C0C0C. Windows color (decimal): -15400649 or 3604757. OLE color: 3604757.
HSL color Cylindrical-coordinate representation of color #150137: hue angle of 262.22º degrees, saturation: 0.96, 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 #150137 is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 21 | 1 | 55 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.78 |
| HSL | 262.22º | 0.96% | 0.11% | - |
| HSV(B) | 262.22º | 0.98% | 0.22% | - |
| XYZ | 1.01 | 0.46 | 3.65 | - |
| YUV | 13.14 | 151.63 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 55 | 0.62 | 0.98 | 0 | 0.78 | 262.22 | 0.96 | 0.11 |
| Hex | 15 | 1 | 37 | 3E | 62 | 0 | 4E | 106 | 60 | B |
| Octal | 25 | 1 | 67 | 76 | 142 | 0 | 116 | 406 | 140 | 13 |
| Binary | 10101 | 1 | 110111 | 111110 | 1100010 | 0 | 1001110 | 100000110 | 1100000 | 1011 |
Color Harmonies of #150137
Complementary color
Monochromatic Colors of #150137
Black with #150137
Text Example
Text Example
White with #150137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150137; }
p { color: rgb(21,1,55); }
H1.HeaderClassName
{
color: #150137;
}
.AnyTagClassName
{
color: #150137;
}
</style>
background-color css
<style>
a { background-color: #150137; }
a { background-color: rgb(21,1,55); }
div.DivClassName
{
background-color: #150137;
}
.BgClassName
{
background-color: #150137;
}
</style>
border-color css
<style>
span { border-color: #150137; }
span { border-color: rgb(21,1,55); }
td.TdClassName
{
border-color: #150137;
}
.TagClassName
{
border-color: #150137;
}
</style>