Shades of Blackcurrant #150E1F
Tints of Blackcurrant #150E1F
RGB
CMYK
RGB Variations
Color information
#150E1F (or 0x150E1F) is known color: Blackcurrant. HEX triplet: 15, 0E and 1F. RGB value is (21,14,31). Sum of RGB (Red+Green+Blue) = 21+14+31=66 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.82% from 66); Green value is 14 (5.86% from 255 or 21.21% from 66); Blue value is 31 (12.5% from 255 or 46.97% from 66); Max value from RGB is 31 - color contains mainly: blue. Hex color #150E1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150E1F is #EAF1E0. Grayscale: #111111. Windows color (decimal): -15397345 or 2035221. OLE color: 2035221.
HSL color Cylindrical-coordinate representation of color #150E1F: hue angle of 264.71º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #150E1F is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 21 | 14 | 31 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.88 |
| HSL | 264.71º | 0.38% | 0.09% | - |
| HSV(B) | 264.71º | 0.55% | 0.12% | - |
| XYZ | 0.71 | 0.57 | 1.37 | - |
| YUV | 18.03 | 135.32 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 14 | 31 | 0.32 | 0.55 | 0 | 0.88 | 264.71 | 0.38 | 0.09 |
| Hex | 15 | E | 1F | 20 | 37 | 0 | 58 | 109 | 26 | 9 |
| Octal | 25 | 16 | 37 | 40 | 67 | 0 | 130 | 411 | 46 | 11 |
| Binary | 10101 | 1110 | 11111 | 100000 | 110111 | 0 | 1011000 | 100001001 | 100110 | 1001 |
Color Harmonies of #150E1F
Complementary color
Monochromatic Colors of #150E1F
Black with #150E1F
Text Example
Text Example
White with #150E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150E1F; }
p { color: rgb(21,14,31); }
H1.HeaderClassName
{
color: #150E1F;
}
.AnyTagClassName
{
color: #150E1F;
}
</style>
background-color css
<style>
a { background-color: #150E1F; }
a { background-color: rgb(21,14,31); }
div.DivClassName
{
background-color: #150E1F;
}
.BgClassName
{
background-color: #150E1F;
}
</style>
border-color css
<style>
span { border-color: #150E1F; }
span { border-color: rgb(21,14,31); }
td.TdClassName
{
border-color: #150E1F;
}
.TagClassName
{
border-color: #150E1F;
}
</style>