Shades of Blackcurrant #15021C
Tints of Blackcurrant #15021C
RGB
CMYK
RGB Variations
Color information
#15021C (or 0x15021C) is known color: Blackcurrant. HEX triplet: 15, 02 and 1C. RGB value is (21,2,28). Sum of RGB (Red+Green+Blue) = 21+2+28=51 (6% of max value = 765). Red value is 21 (8.59% from 255 or 41.18% from 51); Green value is 2 (1.17% from 255 or 3.92% from 51); Blue value is 28 (11.33% from 255 or 54.90% from 51); Max value from RGB is 28 - color contains mainly: blue. Hex color #15021C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15021C is #EAFDE3. Grayscale: #0A0A0A. Windows color (decimal): -15400420 or 1835541. OLE color: 1835541.
HSL color Cylindrical-coordinate representation of color #15021C: hue angle of 283.85º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #15021C is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 21 | 2 | 28 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.89 |
| HSL | 283.85º | 0.87% | 0.06% | - |
| HSV(B) | 283.85º | 0.93% | 0.11% | - |
| XYZ | 0.54 | 0.29 | 1.13 | - |
| YUV | 10.65 | 137.79 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 28 | 0.25 | 0.93 | 0 | 0.89 | 283.85 | 0.87 | 0.06 |
| Hex | 15 | 2 | 1C | 19 | 5D | 0 | 59 | 11C | 57 | 6 |
| Octal | 25 | 2 | 34 | 31 | 135 | 0 | 131 | 434 | 127 | 6 |
| Binary | 10101 | 10 | 11100 | 11001 | 1011101 | 0 | 1011001 | 100011100 | 1010111 | 110 |
Color Harmonies of #15021C
Complementary color
Monochromatic Colors of #15021C
Black with #15021C
Text Example
Text Example
White with #15021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15021C; }
p { color: rgb(21,2,28); }
H1.HeaderClassName
{
color: #15021C;
}
.AnyTagClassName
{
color: #15021C;
}
</style>
background-color css
<style>
a { background-color: #15021C; }
a { background-color: rgb(21,2,28); }
div.DivClassName
{
background-color: #15021C;
}
.BgClassName
{
background-color: #15021C;
}
</style>
border-color css
<style>
span { border-color: #15021C; }
span { border-color: rgb(21,2,28); }
td.TdClassName
{
border-color: #15021C;
}
.TagClassName
{
border-color: #15021C;
}
</style>