Shades of Blackcurrant #150C1E
Tints of Blackcurrant #150C1E
RGB
CMYK
RGB Variations
Color information
#150C1E (or 0x150C1E) is known color: Blackcurrant. HEX triplet: 15, 0C and 1E. RGB value is (21,12,30). Sum of RGB (Red+Green+Blue) = 21+12+30=63 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.33% from 63); Green value is 12 (5.08% from 255 or 19.05% from 63); Blue value is 30 (12.11% from 255 or 47.62% from 63); Max value from RGB is 30 - color contains mainly: blue. Hex color #150C1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150C1E is #EAF3E1. Grayscale: #101010. Windows color (decimal): -15397858 or 1969173. OLE color: 1969173.
HSL color Cylindrical-coordinate representation of color #150C1E: hue angle of 270º degrees, saturation: 0.43, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #150C1E is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 21 | 12 | 30 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.88 |
| HSL | 270º | 0.43% | 0.08% | - |
| HSV(B) | 270º | 0.6% | 0.12% | - |
| XYZ | 0.68 | 0.52 | 1.29 | - |
| YUV | 16.74 | 135.48 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 30 | 0.30 | 0.60 | 0 | 0.88 | 270 | 0.43 | 0.08 |
| Hex | 15 | C | 1E | 1E | 3C | 0 | 58 | 10E | 2B | 8 |
| Octal | 25 | 14 | 36 | 36 | 74 | 0 | 130 | 416 | 53 | 10 |
| Binary | 10101 | 1100 | 11110 | 11110 | 111100 | 0 | 1011000 | 100001110 | 101011 | 1000 |
Color Harmonies of #150C1E
Complementary color
Monochromatic Colors of #150C1E
Black with #150C1E
Text Example
Text Example
White with #150C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150C1E; }
p { color: rgb(21,12,30); }
H1.HeaderClassName
{
color: #150C1E;
}
.AnyTagClassName
{
color: #150C1E;
}
</style>
background-color css
<style>
a { background-color: #150C1E; }
a { background-color: rgb(21,12,30); }
div.DivClassName
{
background-color: #150C1E;
}
.BgClassName
{
background-color: #150C1E;
}
</style>
border-color css
<style>
span { border-color: #150C1E; }
span { border-color: rgb(21,12,30); }
td.TdClassName
{
border-color: #150C1E;
}
.TagClassName
{
border-color: #150C1E;
}
</style>