Shades of Blackcurrant #15001D
Tints of Blackcurrant #15001D
RGB
CMYK
RGB Variations
Color information
#15001D (or 0x15001D) is known color: Blackcurrant. HEX triplet: 15, 00 and 1D. RGB value is (21,0,29). Sum of RGB (Red+Green+Blue) = 21+0+29=50 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42% from 50); Green value is 0 (0.39% from 255 or 0% from 50); Blue value is 29 (11.72% from 255 or 58% from 50); Max value from RGB is 29 - color contains mainly: blue. Hex color #15001D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15001D is #EAFFE2. Grayscale: #090909. Windows color (decimal): -15400931 or 1900565. OLE color: 1900565.
HSL color Cylindrical-coordinate representation of color #15001D: hue angle of 283.45º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #15001D is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 21 | 0 | 29 | - |
| CMYK | 0.28 | 1 | 0 | 0.89 |
| HSL | 283.45º | 1% | 0.06% | - |
| HSV(B) | 283.45º | 1% | 0.11% | - |
| XYZ | 0.53 | 0.25 | 1.18 | - |
| YUV | 9.59 | 138.96 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 29 | 0.28 | 1 | 0 | 0.89 | 283.45 | 1 | 0.06 |
| Hex | 15 | 0 | 1D | 1C | 64 | 0 | 59 | 11B | 64 | 6 |
| Octal | 25 | 0 | 35 | 34 | 144 | 0 | 131 | 433 | 144 | 6 |
| Binary | 10101 | 0 | 11101 | 11100 | 1100100 | 0 | 1011001 | 100011011 | 1100100 | 110 |
Color Harmonies of #15001D
Complementary color
Monochromatic Colors of #15001D
Black with #15001D
Text Example
Text Example
White with #15001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15001D; }
p { color: rgb(21,0,29); }
H1.HeaderClassName
{
color: #15001D;
}
.AnyTagClassName
{
color: #15001D;
}
</style>
background-color css
<style>
a { background-color: #15001D; }
a { background-color: rgb(21,0,29); }
div.DivClassName
{
background-color: #15001D;
}
.BgClassName
{
background-color: #15001D;
}
</style>
border-color css
<style>
span { border-color: #15001D; }
span { border-color: rgb(21,0,29); }
td.TdClassName
{
border-color: #15001D;
}
.TagClassName
{
border-color: #15001D;
}
</style>