Shades of Blackcurrant #150321
Tints of Blackcurrant #150321
RGB
CMYK
RGB Variations
Color information
#150321 (or 0x150321) is known color: Blackcurrant. HEX triplet: 15, 03 and 21. RGB value is (21,3,33). Sum of RGB (Red+Green+Blue) = 21+3+33=57 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.84% from 57); Green value is 3 (1.56% from 255 or 5.26% from 57); Blue value is 33 (13.28% from 255 or 57.89% from 57); Max value from RGB is 33 - color contains mainly: blue. Hex color #150321 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150321 is #EAFCDE. Grayscale: #0B0B0B. Windows color (decimal): -15400159 or 2163477. OLE color: 2163477.
HSL color Cylindrical-coordinate representation of color #150321: hue angle of 276º degrees, saturation: 0.83, 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 #150321 is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 21 | 3 | 33 | - |
| CMYK | 0.36 | 0.91 | 0 | 0.87 |
| HSL | 276º | 0.83% | 0.07% | - |
| HSV(B) | 276º | 0.91% | 0.13% | - |
| XYZ | 0.62 | 0.33 | 1.47 | - |
| YUV | 11.8 | 139.96 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 3 | 33 | 0.36 | 0.91 | 0 | 0.87 | 276 | 0.83 | 0.07 |
| Hex | 15 | 3 | 21 | 24 | 5B | 0 | 57 | 114 | 53 | 7 |
| Octal | 25 | 3 | 41 | 44 | 133 | 0 | 127 | 424 | 123 | 7 |
| Binary | 10101 | 11 | 100001 | 100100 | 1011011 | 0 | 1010111 | 100010100 | 1010011 | 111 |
Color Harmonies of #150321
Complementary color
Monochromatic Colors of #150321
Black with #150321
Text Example
Text Example
White with #150321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150321; }
p { color: rgb(21,3,33); }
H1.HeaderClassName
{
color: #150321;
}
.AnyTagClassName
{
color: #150321;
}
</style>
background-color css
<style>
a { background-color: #150321; }
a { background-color: rgb(21,3,33); }
div.DivClassName
{
background-color: #150321;
}
.BgClassName
{
background-color: #150321;
}
</style>
border-color css
<style>
span { border-color: #150321; }
span { border-color: rgb(21,3,33); }
td.TdClassName
{
border-color: #150321;
}
.TagClassName
{
border-color: #150321;
}
</style>