Shades of Blackcurrant #150C20
Tints of Blackcurrant #150C20
RGB
CMYK
RGB Variations
Color information
#150C20 (or 0x150C20) is known color: Blackcurrant. HEX triplet: 15, 0C and 20. RGB value is (21,12,32). Sum of RGB (Red+Green+Blue) = 21+12+32=65 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.31% from 65); Green value is 12 (5.08% from 255 or 18.46% from 65); Blue value is 32 (12.89% from 255 or 49.23% from 65); Max value from RGB is 32 - color contains mainly: blue. Hex color #150C20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150C20 is #EAF3DF. Grayscale: #101010. Windows color (decimal): -15397856 or 2100245. OLE color: 2100245.
HSL color Cylindrical-coordinate representation of color #150C20: hue angle of 267º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #150C20 is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 21 | 12 | 32 | - |
| CMYK | 0.34 | 0.63 | 0 | 0.87 |
| HSL | 267º | 0.45% | 0.09% | - |
| HSV(B) | 267º | 0.63% | 0.13% | - |
| XYZ | 0.7 | 0.53 | 1.43 | - |
| YUV | 16.97 | 136.48 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 32 | 0.34 | 0.63 | 0 | 0.87 | 267 | 0.45 | 0.09 |
| Hex | 15 | C | 20 | 22 | 3F | 0 | 57 | 10B | 2D | 9 |
| Octal | 25 | 14 | 40 | 42 | 77 | 0 | 127 | 413 | 55 | 11 |
| Binary | 10101 | 1100 | 100000 | 100010 | 111111 | 0 | 1010111 | 100001011 | 101101 | 1001 |
Color Harmonies of #150C20
Complementary color
Monochromatic Colors of #150C20
Black with #150C20
Text Example
Text Example
White with #150C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150C20; }
p { color: rgb(21,12,32); }
H1.HeaderClassName
{
color: #150C20;
}
.AnyTagClassName
{
color: #150C20;
}
</style>
background-color css
<style>
a { background-color: #150C20; }
a { background-color: rgb(21,12,32); }
div.DivClassName
{
background-color: #150C20;
}
.BgClassName
{
background-color: #150C20;
}
</style>
border-color css
<style>
span { border-color: #150C20; }
span { border-color: rgb(21,12,32); }
td.TdClassName
{
border-color: #150C20;
}
.TagClassName
{
border-color: #150C20;
}
</style>