Shades of Blackcurrant #15072D
Tints of Blackcurrant #15072D
RGB
CMYK
RGB Variations
Color information
#15072D (or 0x15072D) is known color: Blackcurrant. HEX triplet: 15, 07 and 2D. RGB value is (21,7,45). Sum of RGB (Red+Green+Blue) = 21+7+45=73 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.77% from 73); Green value is 7 (3.12% from 255 or 9.59% from 73); Blue value is 45 (17.97% from 255 or 61.64% from 73); Max value from RGB is 45 - color contains mainly: blue. Hex color #15072D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15072D is #EAF8D2. Grayscale: #0F0F0F. Windows color (decimal): -15399123 or 2950933. OLE color: 2950933.
HSL color Cylindrical-coordinate representation of color #15072D: hue angle of 262.11º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #15072D is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 7 | 45 | - |
| CMYK | 0.53 | 0.84 | 0 | 0.82 |
| HSL | 262.11º | 0.73% | 0.1% | - |
| HSV(B) | 262.11º | 0.84% | 0.18% | - |
| XYZ | 0.86 | 0.5 | 2.53 | - |
| YUV | 15.52 | 144.64 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 7 | 45 | 0.53 | 0.84 | 0 | 0.82 | 262.11 | 0.73 | 0.1 |
| Hex | 15 | 7 | 2D | 35 | 54 | 0 | 52 | 106 | 49 | A |
| Octal | 25 | 7 | 55 | 65 | 124 | 0 | 122 | 406 | 111 | 12 |
| Binary | 10101 | 111 | 101101 | 110101 | 1010100 | 0 | 1010010 | 100000110 | 1001001 | 1010 |
Color Harmonies of #15072D
Complementary color
Monochromatic Colors of #15072D
Black with #15072D
Text Example
Text Example
White with #15072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15072D; }
p { color: rgb(21,7,45); }
H1.HeaderClassName
{
color: #15072D;
}
.AnyTagClassName
{
color: #15072D;
}
</style>
background-color css
<style>
a { background-color: #15072D; }
a { background-color: rgb(21,7,45); }
div.DivClassName
{
background-color: #15072D;
}
.BgClassName
{
background-color: #15072D;
}
</style>
border-color css
<style>
span { border-color: #15072D; }
span { border-color: rgb(21,7,45); }
td.TdClassName
{
border-color: #15072D;
}
.TagClassName
{
border-color: #15072D;
}
</style>