Shades of Blackcurrant #150121
Tints of Blackcurrant #150121
RGB
CMYK
RGB Variations
Color information
#150121 (or 0x150121) is known color: Blackcurrant. HEX triplet: 15, 01 and 21. RGB value is (21,1,33). Sum of RGB (Red+Green+Blue) = 21+1+33=55 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.18% from 55); Green value is 1 (0.78% from 255 or 1.82% from 55); Blue value is 33 (13.28% from 255 or 60% from 55); Max value from RGB is 33 - color contains mainly: blue. Hex color #150121 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150121 is #EAFEDE. Grayscale: #0A0A0A. Windows color (decimal): -15400671 or 2162965. OLE color: 2162965.
HSL color Cylindrical-coordinate representation of color #150121: hue angle of 277.5º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #150121 is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 21 | 1 | 33 | - |
| CMYK | 0.36 | 0.97 | 0 | 0.87 |
| HSL | 277.5º | 0.94% | 0.07% | - |
| HSV(B) | 277.5º | 0.97% | 0.13% | - |
| XYZ | 0.59 | 0.29 | 1.46 | - |
| YUV | 10.63 | 140.63 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 33 | 0.36 | 0.97 | 0 | 0.87 | 277.5 | 0.94 | 0.07 |
| Hex | 15 | 1 | 21 | 24 | 61 | 0 | 57 | 116 | 5E | 7 |
| Octal | 25 | 1 | 41 | 44 | 141 | 0 | 127 | 426 | 136 | 7 |
| Binary | 10101 | 1 | 100001 | 100100 | 1100001 | 0 | 1010111 | 100010110 | 1011110 | 111 |
Color Harmonies of #150121
Complementary color
Monochromatic Colors of #150121
Black with #150121
Text Example
Text Example
White with #150121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150121; }
p { color: rgb(21,1,33); }
H1.HeaderClassName
{
color: #150121;
}
.AnyTagClassName
{
color: #150121;
}
</style>
background-color css
<style>
a { background-color: #150121; }
a { background-color: rgb(21,1,33); }
div.DivClassName
{
background-color: #150121;
}
.BgClassName
{
background-color: #150121;
}
</style>
border-color css
<style>
span { border-color: #150121; }
span { border-color: rgb(21,1,33); }
td.TdClassName
{
border-color: #150121;
}
.TagClassName
{
border-color: #150121;
}
</style>