Shades of Blackcurrant #150921
Tints of Blackcurrant #150921
RGB
CMYK
RGB Variations
Color information
#150921 (or 0x150921) is known color: Blackcurrant. HEX triplet: 15, 09 and 21. RGB value is (21,9,33). Sum of RGB (Red+Green+Blue) = 21+9+33=63 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.33% from 63); Green value is 9 (3.91% from 255 or 14.29% from 63); Blue value is 33 (13.28% from 255 or 52.38% from 63); Max value from RGB is 33 - color contains mainly: blue. Hex color #150921 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150921 is #EAF6DE. Grayscale: #0F0F0F. Windows color (decimal): -15398623 or 2165013. OLE color: 2165013.
HSL color Cylindrical-coordinate representation of color #150921: hue angle of 270º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #150921 is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 21 | 9 | 33 | - |
| CMYK | 0.36 | 0.73 | 0 | 0.87 |
| HSL | 270º | 0.57% | 0.08% | - |
| HSV(B) | 270º | 0.73% | 0.13% | - |
| XYZ | 0.68 | 0.46 | 1.49 | - |
| YUV | 15.32 | 137.98 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 9 | 33 | 0.36 | 0.73 | 0 | 0.87 | 270 | 0.57 | 0.08 |
| Hex | 15 | 9 | 21 | 24 | 49 | 0 | 57 | 10E | 39 | 8 |
| Octal | 25 | 11 | 41 | 44 | 111 | 0 | 127 | 416 | 71 | 10 |
| Binary | 10101 | 1001 | 100001 | 100100 | 1001001 | 0 | 1010111 | 100001110 | 111001 | 1000 |
Color Harmonies of #150921
Complementary color
Monochromatic Colors of #150921
Black with #150921
Text Example
Text Example
White with #150921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150921; }
p { color: rgb(21,9,33); }
H1.HeaderClassName
{
color: #150921;
}
.AnyTagClassName
{
color: #150921;
}
</style>
background-color css
<style>
a { background-color: #150921; }
a { background-color: rgb(21,9,33); }
div.DivClassName
{
background-color: #150921;
}
.BgClassName
{
background-color: #150921;
}
</style>
border-color css
<style>
span { border-color: #150921; }
span { border-color: rgb(21,9,33); }
td.TdClassName
{
border-color: #150921;
}
.TagClassName
{
border-color: #150921;
}
</style>