Shades of Blackcurrant #15051F
Tints of Blackcurrant #15051F
RGB
CMYK
RGB Variations
Color information
#15051F (or 0x15051F) is known color: Blackcurrant. HEX triplet: 15, 05 and 1F. RGB value is (21,5,31). Sum of RGB (Red+Green+Blue) = 21+5+31=57 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.84% from 57); Green value is 5 (2.34% from 255 or 8.77% from 57); Blue value is 31 (12.5% from 255 or 54.39% from 57); Max value from RGB is 31 - color contains mainly: blue. Hex color #15051F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15051F is #EAFAE0. Grayscale: #0C0C0C. Windows color (decimal): -15399649 or 2032917. OLE color: 2032917.
HSL color Cylindrical-coordinate representation of color #15051F: hue angle of 276.92º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #15051F is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 21 | 5 | 31 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.88 |
| HSL | 276.92º | 0.72% | 0.07% | - |
| HSV(B) | 276.92º | 0.84% | 0.12% | - |
| XYZ | 0.61 | 0.37 | 1.33 | - |
| YUV | 12.75 | 138.3 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 31 | 0.32 | 0.84 | 0 | 0.88 | 276.92 | 0.72 | 0.07 |
| Hex | 15 | 5 | 1F | 20 | 54 | 0 | 58 | 115 | 48 | 7 |
| Octal | 25 | 5 | 37 | 40 | 124 | 0 | 130 | 425 | 110 | 7 |
| Binary | 10101 | 101 | 11111 | 100000 | 1010100 | 0 | 1011000 | 100010101 | 1001000 | 111 |
Color Harmonies of #15051F
Complementary color
Monochromatic Colors of #15051F
Black with #15051F
Text Example
Text Example
White with #15051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15051F; }
p { color: rgb(21,5,31); }
H1.HeaderClassName
{
color: #15051F;
}
.AnyTagClassName
{
color: #15051F;
}
</style>
background-color css
<style>
a { background-color: #15051F; }
a { background-color: rgb(21,5,31); }
div.DivClassName
{
background-color: #15051F;
}
.BgClassName
{
background-color: #15051F;
}
</style>
border-color css
<style>
span { border-color: #15051F; }
span { border-color: rgb(21,5,31); }
td.TdClassName
{
border-color: #15051F;
}
.TagClassName
{
border-color: #15051F;
}
</style>