Shades of Blackcurrant #15001C
Tints of Blackcurrant #15001C
RGB
CMYK
RGB Variations
Color information
#15001C (or 0x15001C) is known color: Blackcurrant. HEX triplet: 15, 00 and 1C. RGB value is (21,0,28). Sum of RGB (Red+Green+Blue) = 21+0+28=49 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42.86% from 49); Green value is 0 (0.39% from 255 or 0% from 49); Blue value is 28 (11.33% from 255 or 57.14% from 49); Max value from RGB is 28 - color contains mainly: blue. Hex color #15001C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15001C is #EAFFE3. Grayscale: #090909. Windows color (decimal): -15400932 or 1835029. OLE color: 1835029.
HSL color Cylindrical-coordinate representation of color #15001C: hue angle of 285º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #15001C is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 21 | 0 | 28 | - |
| CMYK | 0.25 | 1 | 0 | 0.89 |
| HSL | 285º | 1% | 0.05% | - |
| HSV(B) | 285º | 1% | 0.11% | - |
| XYZ | 0.52 | 0.24 | 1.12 | - |
| YUV | 9.47 | 138.46 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 28 | 0.25 | 1 | 0 | 0.89 | 285 | 1 | 0.05 |
| Hex | 15 | 0 | 1C | 19 | 64 | 0 | 59 | 11D | 64 | 5 |
| Octal | 25 | 0 | 34 | 31 | 144 | 0 | 131 | 435 | 144 | 5 |
| Binary | 10101 | 0 | 11100 | 11001 | 1100100 | 0 | 1011001 | 100011101 | 1100100 | 101 |
Color Harmonies of #15001C
Complementary color
Monochromatic Colors of #15001C
Black with #15001C
Text Example
Text Example
White with #15001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15001C; }
p { color: rgb(21,0,28); }
H1.HeaderClassName
{
color: #15001C;
}
.AnyTagClassName
{
color: #15001C;
}
</style>
background-color css
<style>
a { background-color: #15001C; }
a { background-color: rgb(21,0,28); }
div.DivClassName
{
background-color: #15001C;
}
.BgClassName
{
background-color: #15001C;
}
</style>
border-color css
<style>
span { border-color: #15001C; }
span { border-color: rgb(21,0,28); }
td.TdClassName
{
border-color: #15001C;
}
.TagClassName
{
border-color: #15001C;
}
</style>