Shades of Blackcurrant #150334
Tints of Blackcurrant #150334
RGB
CMYK
RGB Variations
Color information
#150334 (or 0x150334) is known color: Blackcurrant. HEX triplet: 15, 03 and 34. RGB value is (21,3,52). Sum of RGB (Red+Green+Blue) = 21+3+52=76 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.63% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 52 (20.70% from 255 or 68.42% from 76); Max value from RGB is 52 - color contains mainly: blue. Hex color #150334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150334 is #EAFCCB. Grayscale: #0D0D0D. Windows color (decimal): -15400140 or 3408661. OLE color: 3408661.
HSL color Cylindrical-coordinate representation of color #150334: hue angle of 262.04º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150334 is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 3 | 52 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.80 |
| HSL | 262.04º | 0.89% | 0.11% | - |
| HSV(B) | 262.04º | 0.94% | 0.2% | - |
| XYZ | 0.96 | 0.47 | 3.29 | - |
| YUV | 13.97 | 149.46 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 3 | 52 | 0.60 | 0.94 | 0 | 0.80 | 262.04 | 0.89 | 0.11 |
| Hex | 15 | 3 | 34 | 3C | 5E | 0 | 50 | 106 | 59 | B |
| Octal | 25 | 3 | 64 | 74 | 136 | 0 | 120 | 406 | 131 | 13 |
| Binary | 10101 | 11 | 110100 | 111100 | 1011110 | 0 | 1010000 | 100000110 | 1011001 | 1011 |
Color Harmonies of #150334
Complementary color
Monochromatic Colors of #150334
Black with #150334
Text Example
Text Example
White with #150334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150334; }
p { color: rgb(21,3,52); }
H1.HeaderClassName
{
color: #150334;
}
.AnyTagClassName
{
color: #150334;
}
</style>
background-color css
<style>
a { background-color: #150334; }
a { background-color: rgb(21,3,52); }
div.DivClassName
{
background-color: #150334;
}
.BgClassName
{
background-color: #150334;
}
</style>
border-color css
<style>
span { border-color: #150334; }
span { border-color: rgb(21,3,52); }
td.TdClassName
{
border-color: #150334;
}
.TagClassName
{
border-color: #150334;
}
</style>