Shades of Blackcurrant #150920
Tints of Blackcurrant #150920
RGB
CMYK
RGB Variations
Color information
#150920 (or 0x150920) is known color: Blackcurrant. HEX triplet: 15, 09 and 20. RGB value is (21,9,32). Sum of RGB (Red+Green+Blue) = 21+9+32=62 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.87% from 62); Green value is 9 (3.91% from 255 or 14.52% from 62); Blue value is 32 (12.89% from 255 or 51.61% from 62); Max value from RGB is 32 - color contains mainly: blue. Hex color #150920 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150920 is #EAF6DF. Grayscale: #0F0F0F. Windows color (decimal): -15398624 or 2099477. OLE color: 2099477.
HSL color Cylindrical-coordinate representation of color #150920: hue angle of 271.3º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #150920 is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 21 | 9 | 32 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.87 |
| HSL | 271.3º | 0.56% | 0.08% | - |
| HSV(B) | 271.3º | 0.72% | 0.13% | - |
| XYZ | 0.67 | 0.46 | 1.42 | - |
| YUV | 15.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 9 | 32 | 0.34 | 0.72 | 0 | 0.87 | 271.3 | 0.56 | 0.08 |
| Hex | 15 | 9 | 20 | 22 | 48 | 0 | 57 | 10F | 38 | 8 |
| Octal | 25 | 11 | 40 | 42 | 110 | 0 | 127 | 417 | 70 | 10 |
| Binary | 10101 | 1001 | 100000 | 100010 | 1001000 | 0 | 1010111 | 100001111 | 111000 | 1000 |
Color Harmonies of #150920
Complementary color
Monochromatic Colors of #150920
Black with #150920
Text Example
Text Example
White with #150920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150920; }
p { color: rgb(21,9,32); }
H1.HeaderClassName
{
color: #150920;
}
.AnyTagClassName
{
color: #150920;
}
</style>
background-color css
<style>
a { background-color: #150920; }
a { background-color: rgb(21,9,32); }
div.DivClassName
{
background-color: #150920;
}
.BgClassName
{
background-color: #150920;
}
</style>
border-color css
<style>
span { border-color: #150920; }
span { border-color: rgb(21,9,32); }
td.TdClassName
{
border-color: #150920;
}
.TagClassName
{
border-color: #150920;
}
</style>