Shades of Blackcurrant #150322
Tints of Blackcurrant #150322
RGB
CMYK
RGB Variations
Color information
#150322 (or 0x150322) is known color: Blackcurrant. HEX triplet: 15, 03 and 22. RGB value is (21,3,34). Sum of RGB (Red+Green+Blue) = 21+3+34=58 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.21% from 58); Green value is 3 (1.56% from 255 or 5.17% from 58); Blue value is 34 (13.67% from 255 or 58.62% from 58); Max value from RGB is 34 - color contains mainly: blue. Hex color #150322 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150322 is #EAFCDD. Grayscale: #0B0B0B. Windows color (decimal): -15400158 or 2229013. OLE color: 2229013.
HSL color Cylindrical-coordinate representation of color #150322: hue angle of 274.84º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #150322 is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 21 | 3 | 34 | - |
| CMYK | 0.38 | 0.91 | 0 | 0.87 |
| HSL | 274.84º | 0.84% | 0.07% | - |
| HSV(B) | 274.84º | 0.91% | 0.13% | - |
| XYZ | 0.63 | 0.34 | 1.55 | - |
| YUV | 11.92 | 140.46 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 3 | 34 | 0.38 | 0.91 | 0 | 0.87 | 274.84 | 0.84 | 0.07 |
| Hex | 15 | 3 | 22 | 26 | 5B | 0 | 57 | 113 | 54 | 7 |
| Octal | 25 | 3 | 42 | 46 | 133 | 0 | 127 | 423 | 124 | 7 |
| Binary | 10101 | 11 | 100010 | 100110 | 1011011 | 0 | 1010111 | 100010011 | 1010100 | 111 |
Color Harmonies of #150322
Complementary color
Monochromatic Colors of #150322
Black with #150322
Text Example
Text Example
White with #150322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150322; }
p { color: rgb(21,3,34); }
H1.HeaderClassName
{
color: #150322;
}
.AnyTagClassName
{
color: #150322;
}
</style>
background-color css
<style>
a { background-color: #150322; }
a { background-color: rgb(21,3,34); }
div.DivClassName
{
background-color: #150322;
}
.BgClassName
{
background-color: #150322;
}
</style>
border-color css
<style>
span { border-color: #150322; }
span { border-color: rgb(21,3,34); }
td.TdClassName
{
border-color: #150322;
}
.TagClassName
{
border-color: #150322;
}
</style>