Shades of Blackcurrant #150336
Tints of Blackcurrant #150336
RGB
CMYK
RGB Variations
Color information
#150336 (or 0x150336) is known color: Blackcurrant. HEX triplet: 15, 03 and 36. RGB value is (21,3,54). Sum of RGB (Red+Green+Blue) = 21+3+54=78 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.92% from 78); Green value is 3 (1.56% from 255 or 3.85% from 78); Blue value is 54 (21.48% from 255 or 69.23% from 78); Max value from RGB is 54 - color contains mainly: blue. Hex color #150336 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150336 is #EAFCC9. Grayscale: #0E0E0E. Windows color (decimal): -15400138 or 3539733. OLE color: 3539733.
HSL color Cylindrical-coordinate representation of color #150336: hue angle of 261.18º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150336 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 21 | 3 | 54 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.79 |
| HSL | 261.18º | 0.89% | 0.11% | - |
| HSV(B) | 261.18º | 0.94% | 0.21% | - |
| XYZ | 1.01 | 0.49 | 3.53 | - |
| YUV | 14.2 | 150.46 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 3 | 54 | 0.61 | 0.94 | 0 | 0.79 | 261.18 | 0.89 | 0.11 |
| Hex | 15 | 3 | 36 | 3D | 5E | 0 | 4F | 105 | 59 | B |
| Octal | 25 | 3 | 66 | 75 | 136 | 0 | 117 | 405 | 131 | 13 |
| Binary | 10101 | 11 | 110110 | 111101 | 1011110 | 0 | 1001111 | 100000101 | 1011001 | 1011 |
Color Harmonies of #150336
Complementary color
Monochromatic Colors of #150336
Black with #150336
Text Example
Text Example
White with #150336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150336; }
p { color: rgb(21,3,54); }
H1.HeaderClassName
{
color: #150336;
}
.AnyTagClassName
{
color: #150336;
}
</style>
background-color css
<style>
a { background-color: #150336; }
a { background-color: rgb(21,3,54); }
div.DivClassName
{
background-color: #150336;
}
.BgClassName
{
background-color: #150336;
}
</style>
border-color css
<style>
span { border-color: #150336; }
span { border-color: rgb(21,3,54); }
td.TdClassName
{
border-color: #150336;
}
.TagClassName
{
border-color: #150336;
}
</style>