Shades of Blackcurrant #15081F
Tints of Blackcurrant #15081F
RGB
CMYK
RGB Variations
Color information
#15081F (or 0x15081F) is known color: Blackcurrant. HEX triplet: 15, 08 and 1F. RGB value is (21,8,31). Sum of RGB (Red+Green+Blue) = 21+8+31=60 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35% from 60); Green value is 8 (3.52% from 255 or 13.33% from 60); Blue value is 31 (12.5% from 255 or 51.67% from 60); Max value from RGB is 31 - color contains mainly: blue. Hex color #15081F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15081F is #EAF7E0. Grayscale: #0E0E0E. Windows color (decimal): -15398881 or 2033685. OLE color: 2033685.
HSL color Cylindrical-coordinate representation of color #15081F: hue angle of 273.91º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #15081F is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 21 | 8 | 31 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.88 |
| HSL | 273.91º | 0.59% | 0.08% | - |
| HSV(B) | 273.91º | 0.74% | 0.12% | - |
| XYZ | 0.64 | 0.43 | 1.35 | - |
| YUV | 14.51 | 137.31 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 31 | 0.32 | 0.74 | 0 | 0.88 | 273.91 | 0.59 | 0.08 |
| Hex | 15 | 8 | 1F | 20 | 4A | 0 | 58 | 112 | 3B | 8 |
| Octal | 25 | 10 | 37 | 40 | 112 | 0 | 130 | 422 | 73 | 10 |
| Binary | 10101 | 1000 | 11111 | 100000 | 1001010 | 0 | 1011000 | 100010010 | 111011 | 1000 |
Color Harmonies of #15081F
Complementary color
Monochromatic Colors of #15081F
Black with #15081F
Text Example
Text Example
White with #15081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15081F; }
p { color: rgb(21,8,31); }
H1.HeaderClassName
{
color: #15081F;
}
.AnyTagClassName
{
color: #15081F;
}
</style>
background-color css
<style>
a { background-color: #15081F; }
a { background-color: rgb(21,8,31); }
div.DivClassName
{
background-color: #15081F;
}
.BgClassName
{
background-color: #15081F;
}
</style>
border-color css
<style>
span { border-color: #15081F; }
span { border-color: rgb(21,8,31); }
td.TdClassName
{
border-color: #15081F;
}
.TagClassName
{
border-color: #15081F;
}
</style>