Shades of Blackcurrant #15011D
Tints of Blackcurrant #15011D
RGB
CMYK
RGB Variations
Color information
#15011D (or 0x15011D) is known color: Blackcurrant. HEX triplet: 15, 01 and 1D. RGB value is (21,1,29). Sum of RGB (Red+Green+Blue) = 21+1+29=51 (6% of max value = 765). Red value is 21 (8.59% from 255 or 41.18% from 51); Green value is 1 (0.78% from 255 or 1.96% from 51); Blue value is 29 (11.72% from 255 or 56.86% from 51); Max value from RGB is 29 - color contains mainly: blue. Hex color #15011D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15011D is #EAFEE2. Grayscale: #0A0A0A. Windows color (decimal): -15400675 or 1900821. OLE color: 1900821.
HSL color Cylindrical-coordinate representation of color #15011D: hue angle of 282.86º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #15011D is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 21 | 1 | 29 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.89 |
| HSL | 282.86º | 0.93% | 0.06% | - |
| HSV(B) | 282.86º | 0.97% | 0.11% | - |
| XYZ | 0.54 | 0.27 | 1.19 | - |
| YUV | 10.17 | 138.63 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 29 | 0.28 | 0.97 | 0 | 0.89 | 282.86 | 0.93 | 0.06 |
| Hex | 15 | 1 | 1D | 1C | 61 | 0 | 59 | 11B | 5D | 6 |
| Octal | 25 | 1 | 35 | 34 | 141 | 0 | 131 | 433 | 135 | 6 |
| Binary | 10101 | 1 | 11101 | 11100 | 1100001 | 0 | 1011001 | 100011011 | 1011101 | 110 |
Color Harmonies of #15011D
Complementary color
Monochromatic Colors of #15011D
Black with #15011D
Text Example
Text Example
White with #15011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15011D; }
p { color: rgb(21,1,29); }
H1.HeaderClassName
{
color: #15011D;
}
.AnyTagClassName
{
color: #15011D;
}
</style>
background-color css
<style>
a { background-color: #15011D; }
a { background-color: rgb(21,1,29); }
div.DivClassName
{
background-color: #15011D;
}
.BgClassName
{
background-color: #15011D;
}
</style>
border-color css
<style>
span { border-color: #15011D; }
span { border-color: rgb(21,1,29); }
td.TdClassName
{
border-color: #15011D;
}
.TagClassName
{
border-color: #15011D;
}
</style>