Shades of Blackcurrant #15071F
Tints of Blackcurrant #15071F
RGB
CMYK
RGB Variations
Color information
#15071F (or 0x15071F) is known color: Blackcurrant. HEX triplet: 15, 07 and 1F. RGB value is (21,7,31). Sum of RGB (Red+Green+Blue) = 21+7+31=59 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35.59% from 59); Green value is 7 (3.12% from 255 or 11.86% from 59); Blue value is 31 (12.5% from 255 or 52.54% from 59); Max value from RGB is 31 - color contains mainly: blue. Hex color #15071F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15071F is #EAF8E0. Grayscale: #0D0D0D. Windows color (decimal): -15399137 or 2033429. OLE color: 2033429.
HSL color Cylindrical-coordinate representation of color #15071F: hue angle of 275º degrees, saturation: 0.63, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15071F is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 21 | 7 | 31 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.88 |
| HSL | 275º | 0.63% | 0.07% | - |
| HSV(B) | 275º | 0.77% | 0.12% | - |
| XYZ | 0.63 | 0.41 | 1.34 | - |
| YUV | 13.92 | 137.64 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 7 | 31 | 0.32 | 0.77 | 0 | 0.88 | 275 | 0.63 | 0.07 |
| Hex | 15 | 7 | 1F | 20 | 4D | 0 | 58 | 113 | 3F | 7 |
| Octal | 25 | 7 | 37 | 40 | 115 | 0 | 130 | 423 | 77 | 7 |
| Binary | 10101 | 111 | 11111 | 100000 | 1001101 | 0 | 1011000 | 100010011 | 111111 | 111 |
Color Harmonies of #15071F
Complementary color
Monochromatic Colors of #15071F
Black with #15071F
Text Example
Text Example
White with #15071F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15071F; }
p { color: rgb(21,7,31); }
H1.HeaderClassName
{
color: #15071F;
}
.AnyTagClassName
{
color: #15071F;
}
</style>
background-color css
<style>
a { background-color: #15071F; }
a { background-color: rgb(21,7,31); }
div.DivClassName
{
background-color: #15071F;
}
.BgClassName
{
background-color: #15071F;
}
</style>
border-color css
<style>
span { border-color: #15071F; }
span { border-color: rgb(21,7,31); }
td.TdClassName
{
border-color: #15071F;
}
.TagClassName
{
border-color: #15071F;
}
</style>