Shades of Blackcurrant #15072E
Tints of Blackcurrant #15072E
RGB
CMYK
RGB Variations
Color information
#15072E (or 0x15072E) is known color: Blackcurrant. HEX triplet: 15, 07 and 2E. RGB value is (21,7,46). Sum of RGB (Red+Green+Blue) = 21+7+46=74 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.38% from 74); Green value is 7 (3.12% from 255 or 9.46% from 74); Blue value is 46 (18.36% from 255 or 62.16% from 74); Max value from RGB is 46 - color contains mainly: blue. Hex color #15072E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15072E is #EAF8D1. Grayscale: #0F0F0F. Windows color (decimal): -15399122 or 3016469. OLE color: 3016469.
HSL color Cylindrical-coordinate representation of color #15072E: hue angle of 261.54º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15072E is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 7 | 46 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.82 |
| HSL | 261.54º | 0.74% | 0.1% | - |
| HSV(B) | 261.54º | 0.85% | 0.18% | - |
| XYZ | 0.88 | 0.51 | 2.64 | - |
| YUV | 15.63 | 145.14 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 7 | 46 | 0.54 | 0.85 | 0 | 0.82 | 261.54 | 0.74 | 0.1 |
| Hex | 15 | 7 | 2E | 36 | 55 | 0 | 52 | 106 | 4A | A |
| Octal | 25 | 7 | 56 | 66 | 125 | 0 | 122 | 406 | 112 | 12 |
| Binary | 10101 | 111 | 101110 | 110110 | 1010101 | 0 | 1010010 | 100000110 | 1001010 | 1010 |
Color Harmonies of #15072E
Complementary color
Monochromatic Colors of #15072E
Black with #15072E
Text Example
Text Example
White with #15072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15072E; }
p { color: rgb(21,7,46); }
H1.HeaderClassName
{
color: #15072E;
}
.AnyTagClassName
{
color: #15072E;
}
</style>
background-color css
<style>
a { background-color: #15072E; }
a { background-color: rgb(21,7,46); }
div.DivClassName
{
background-color: #15072E;
}
.BgClassName
{
background-color: #15072E;
}
</style>
border-color css
<style>
span { border-color: #15072E; }
span { border-color: rgb(21,7,46); }
td.TdClassName
{
border-color: #15072E;
}
.TagClassName
{
border-color: #15072E;
}
</style>