Shades of Blackcurrant #15001F
Tints of Blackcurrant #15001F
RGB
CMYK
RGB Variations
Color information
#15001F (or 0x15001F) is known color: Blackcurrant. HEX triplet: 15, 00 and 1F. RGB value is (21,0,31). Sum of RGB (Red+Green+Blue) = 21+0+31=52 (6% of max value = 765). Red value is 21 (8.59% from 255 or 40.38% from 52); Green value is 0 (0.39% from 255 or 0% from 52); Blue value is 31 (12.5% from 255 or 59.62% from 52); Max value from RGB is 31 - color contains mainly: blue. Hex color #15001F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15001F is #EAFFE0. Grayscale: #090909. Windows color (decimal): -15400929 or 2031637. OLE color: 2031637.
HSL color Cylindrical-coordinate representation of color #15001F: hue angle of 280.65º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #15001F is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 21 | 0 | 31 | - |
| CMYK | 0.32 | 1 | 0 | 0.88 |
| HSL | 280.65º | 1% | 0.06% | - |
| HSV(B) | 280.65º | 1% | 0.12% | - |
| XYZ | 0.56 | 0.26 | 1.32 | - |
| YUV | 9.81 | 139.96 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 31 | 0.32 | 1 | 0 | 0.88 | 280.65 | 1 | 0.06 |
| Hex | 15 | 0 | 1F | 20 | 64 | 0 | 58 | 119 | 64 | 6 |
| Octal | 25 | 0 | 37 | 40 | 144 | 0 | 130 | 431 | 144 | 6 |
| Binary | 10101 | 0 | 11111 | 100000 | 1100100 | 0 | 1011000 | 100011001 | 1100100 | 110 |
Color Harmonies of #15001F
Complementary color
Monochromatic Colors of #15001F
Black with #15001F
Text Example
Text Example
White with #15001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15001F; }
p { color: rgb(21,0,31); }
H1.HeaderClassName
{
color: #15001F;
}
.AnyTagClassName
{
color: #15001F;
}
</style>
background-color css
<style>
a { background-color: #15001F; }
a { background-color: rgb(21,0,31); }
div.DivClassName
{
background-color: #15001F;
}
.BgClassName
{
background-color: #15001F;
}
</style>
border-color css
<style>
span { border-color: #15001F; }
span { border-color: rgb(21,0,31); }
td.TdClassName
{
border-color: #15001F;
}
.TagClassName
{
border-color: #15001F;
}
</style>