Shades of Blackcurrant #150036
Tints of Blackcurrant #150036
RGB
CMYK
RGB Variations
Color information
#150036 (or 0x150036) is known color: Blackcurrant. HEX triplet: 15, 00 and 36. RGB value is (21,0,54). Sum of RGB (Red+Green+Blue) = 21+0+54=75 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 54 (21.48% from 255 or 72% from 75); Max value from RGB is 54 - color contains mainly: blue. Hex color #150036 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150036 is #EAFFC9. Grayscale: #0C0C0C. Windows color (decimal): -15400906 or 3538965. OLE color: 3538965.
HSL color Cylindrical-coordinate representation of color #150036: hue angle of 263.33º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150036 is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 21 | 0 | 54 | - |
| CMYK | 0.61 | 1 | 0 | 0.79 |
| HSL | 263.33º | 1% | 0.11% | - |
| HSV(B) | 263.33º | 1% | 0.21% | - |
| XYZ | 0.98 | 0.43 | 3.52 | - |
| YUV | 12.44 | 151.46 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 54 | 0.61 | 1 | 0 | 0.79 | 263.33 | 1 | 0.11 |
| Hex | 15 | 0 | 36 | 3D | 64 | 0 | 4F | 107 | 64 | B |
| Octal | 25 | 0 | 66 | 75 | 144 | 0 | 117 | 407 | 144 | 13 |
| Binary | 10101 | 0 | 110110 | 111101 | 1100100 | 0 | 1001111 | 100000111 | 1100100 | 1011 |
Color Harmonies of #150036
Complementary color
Monochromatic Colors of #150036
Black with #150036
Text Example
Text Example
White with #150036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150036; }
p { color: rgb(21,0,54); }
H1.HeaderClassName
{
color: #150036;
}
.AnyTagClassName
{
color: #150036;
}
</style>
background-color css
<style>
a { background-color: #150036; }
a { background-color: rgb(21,0,54); }
div.DivClassName
{
background-color: #150036;
}
.BgClassName
{
background-color: #150036;
}
</style>
border-color css
<style>
span { border-color: #150036; }
span { border-color: rgb(21,0,54); }
td.TdClassName
{
border-color: #150036;
}
.TagClassName
{
border-color: #150036;
}
</style>