Shades of Blackcurrant #150D20
Tints of Blackcurrant #150D20
RGB
CMYK
RGB Variations
Color information
#150D20 (or 0x150D20) is known color: Blackcurrant. HEX triplet: 15, 0D and 20. RGB value is (21,13,32). Sum of RGB (Red+Green+Blue) = 21+13+32=66 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.82% from 66); Green value is 13 (5.47% from 255 or 19.70% from 66); Blue value is 32 (12.89% from 255 or 48.48% from 66); Max value from RGB is 32 - color contains mainly: blue. Hex color #150D20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150D20 is #EAF2DF. Grayscale: #111111. Windows color (decimal): -15397600 or 2100501. OLE color: 2100501.
HSL color Cylindrical-coordinate representation of color #150D20: hue angle of 265.26º degrees, saturation: 0.42, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #150D20 is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 21 | 13 | 32 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.87 |
| HSL | 265.26º | 0.42% | 0.09% | - |
| HSV(B) | 265.26º | 0.59% | 0.13% | - |
| XYZ | 0.71 | 0.55 | 1.44 | - |
| YUV | 17.56 | 136.15 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 32 | 0.34 | 0.59 | 0 | 0.87 | 265.26 | 0.42 | 0.09 |
| Hex | 15 | D | 20 | 22 | 3B | 0 | 57 | 109 | 2A | 9 |
| Octal | 25 | 15 | 40 | 42 | 73 | 0 | 127 | 411 | 52 | 11 |
| Binary | 10101 | 1101 | 100000 | 100010 | 111011 | 0 | 1010111 | 100001001 | 101010 | 1001 |
Color Harmonies of #150D20
Complementary color
Monochromatic Colors of #150D20
Black with #150D20
Text Example
Text Example
White with #150D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150D20; }
p { color: rgb(21,13,32); }
H1.HeaderClassName
{
color: #150D20;
}
.AnyTagClassName
{
color: #150D20;
}
</style>
background-color css
<style>
a { background-color: #150D20; }
a { background-color: rgb(21,13,32); }
div.DivClassName
{
background-color: #150D20;
}
.BgClassName
{
background-color: #150D20;
}
</style>
border-color css
<style>
span { border-color: #150D20; }
span { border-color: rgb(21,13,32); }
td.TdClassName
{
border-color: #150D20;
}
.TagClassName
{
border-color: #150D20;
}
</style>