Shades of Blackcurrant #15051D
Tints of Blackcurrant #15051D
RGB
CMYK
RGB Variations
Color information
#15051D (or 0x15051D) is known color: Blackcurrant. HEX triplet: 15, 05 and 1D. RGB value is (21,5,29). Sum of RGB (Red+Green+Blue) = 21+5+29=55 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.18% from 55); Green value is 5 (2.34% from 255 or 9.09% from 55); Blue value is 29 (11.72% from 255 or 52.73% from 55); Max value from RGB is 29 - color contains mainly: blue. Hex color #15051D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15051D is #EAFAE2. Grayscale: #0C0C0C. Windows color (decimal): -15399651 or 1901845. OLE color: 1901845.
HSL color Cylindrical-coordinate representation of color #15051D: hue angle of 280º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15051D is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 21 | 5 | 29 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.89 |
| HSL | 280º | 0.71% | 0.07% | - |
| HSV(B) | 280º | 0.83% | 0.11% | - |
| XYZ | 0.59 | 0.36 | 1.2 | - |
| YUV | 12.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 29 | 0.28 | 0.83 | 0 | 0.89 | 280 | 0.71 | 0.07 |
| Hex | 15 | 5 | 1D | 1C | 53 | 0 | 59 | 118 | 47 | 7 |
| Octal | 25 | 5 | 35 | 34 | 123 | 0 | 131 | 430 | 107 | 7 |
| Binary | 10101 | 101 | 11101 | 11100 | 1010011 | 0 | 1011001 | 100011000 | 1000111 | 111 |
Color Harmonies of #15051D
Complementary color
Monochromatic Colors of #15051D
Black with #15051D
Text Example
Text Example
White with #15051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15051D; }
p { color: rgb(21,5,29); }
H1.HeaderClassName
{
color: #15051D;
}
.AnyTagClassName
{
color: #15051D;
}
</style>
background-color css
<style>
a { background-color: #15051D; }
a { background-color: rgb(21,5,29); }
div.DivClassName
{
background-color: #15051D;
}
.BgClassName
{
background-color: #15051D;
}
</style>
border-color css
<style>
span { border-color: #15051D; }
span { border-color: rgb(21,5,29); }
td.TdClassName
{
border-color: #15051D;
}
.TagClassName
{
border-color: #15051D;
}
</style>