Shades of Blackcurrant #150C21
Tints of Blackcurrant #150C21
RGB
CMYK
RGB Variations
Color information
#150C21 (or 0x150C21) is known color: Blackcurrant. HEX triplet: 15, 0C and 21. RGB value is (21,12,33). Sum of RGB (Red+Green+Blue) = 21+12+33=66 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.82% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 33 (13.28% from 255 or 50% from 66); Max value from RGB is 33 - color contains mainly: blue. Hex color #150C21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150C21 is #EAF3DE. Grayscale: #111111. Windows color (decimal): -15397855 or 2165781. OLE color: 2165781.
HSL color Cylindrical-coordinate representation of color #150C21: hue angle of 265.71º degrees, saturation: 0.47, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #150C21 is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 21 | 12 | 33 | - |
| CMYK | 0.36 | 0.64 | 0 | 0.87 |
| HSL | 265.71º | 0.47% | 0.09% | - |
| HSV(B) | 265.71º | 0.64% | 0.13% | - |
| XYZ | 0.72 | 0.53 | 1.5 | - |
| YUV | 17.09 | 136.98 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 33 | 0.36 | 0.64 | 0 | 0.87 | 265.71 | 0.47 | 0.09 |
| Hex | 15 | C | 21 | 24 | 40 | 0 | 57 | 10A | 2F | 9 |
| Octal | 25 | 14 | 41 | 44 | 100 | 0 | 127 | 412 | 57 | 11 |
| Binary | 10101 | 1100 | 100001 | 100100 | 1000000 | 0 | 1010111 | 100001010 | 101111 | 1001 |
Color Harmonies of #150C21
Complementary color
Monochromatic Colors of #150C21
Black with #150C21
Text Example
Text Example
White with #150C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150C21; }
p { color: rgb(21,12,33); }
H1.HeaderClassName
{
color: #150C21;
}
.AnyTagClassName
{
color: #150C21;
}
</style>
background-color css
<style>
a { background-color: #150C21; }
a { background-color: rgb(21,12,33); }
div.DivClassName
{
background-color: #150C21;
}
.BgClassName
{
background-color: #150C21;
}
</style>
border-color css
<style>
span { border-color: #150C21; }
span { border-color: rgb(21,12,33); }
td.TdClassName
{
border-color: #150C21;
}
.TagClassName
{
border-color: #150C21;
}
</style>