Shades of Blackcurrant #15031F
Tints of Blackcurrant #15031F
RGB
CMYK
RGB Variations
Color information
#15031F (or 0x15031F) is known color: Blackcurrant. HEX triplet: 15, 03 and 1F. RGB value is (21,3,31). Sum of RGB (Red+Green+Blue) = 21+3+31=55 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.18% from 55); Green value is 3 (1.56% from 255 or 5.45% from 55); Blue value is 31 (12.5% from 255 or 56.36% from 55); Max value from RGB is 31 - color contains mainly: blue. Hex color #15031F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15031F is #EAFCE0. Grayscale: #0B0B0B. Windows color (decimal): -15400161 or 2032405. OLE color: 2032405.
HSL color Cylindrical-coordinate representation of color #15031F: hue angle of 278.57º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15031F is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 21 | 3 | 31 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.88 |
| HSL | 278.57º | 0.82% | 0.07% | - |
| HSV(B) | 278.57º | 0.9% | 0.12% | - |
| XYZ | 0.59 | 0.32 | 1.33 | - |
| YUV | 11.57 | 138.96 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 3 | 31 | 0.32 | 0.90 | 0 | 0.88 | 278.57 | 0.82 | 0.07 |
| Hex | 15 | 3 | 1F | 20 | 5A | 0 | 58 | 117 | 52 | 7 |
| Octal | 25 | 3 | 37 | 40 | 132 | 0 | 130 | 427 | 122 | 7 |
| Binary | 10101 | 11 | 11111 | 100000 | 1011010 | 0 | 1011000 | 100010111 | 1010010 | 111 |
Color Harmonies of #15031F
Complementary color
Monochromatic Colors of #15031F
Black with #15031F
Text Example
Text Example
White with #15031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15031F; }
p { color: rgb(21,3,31); }
H1.HeaderClassName
{
color: #15031F;
}
.AnyTagClassName
{
color: #15031F;
}
</style>
background-color css
<style>
a { background-color: #15031F; }
a { background-color: rgb(21,3,31); }
div.DivClassName
{
background-color: #15031F;
}
.BgClassName
{
background-color: #15031F;
}
</style>
border-color css
<style>
span { border-color: #15031F; }
span { border-color: rgb(21,3,31); }
td.TdClassName
{
border-color: #15031F;
}
.TagClassName
{
border-color: #15031F;
}
</style>