Shades of Blackcurrant #150B1E
Tints of Blackcurrant #150B1E
RGB
CMYK
RGB Variations
Color information
#150B1E (or 0x150B1E) is known color: Blackcurrant. HEX triplet: 15, 0B and 1E. RGB value is (21,11,30). Sum of RGB (Red+Green+Blue) = 21+11+30=62 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.87% from 62); Green value is 11 (4.69% from 255 or 17.74% from 62); Blue value is 30 (12.11% from 255 or 48.39% from 62); Max value from RGB is 30 - color contains mainly: blue. Hex color #150B1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150B1E is #EAF4E1. Grayscale: #101010. Windows color (decimal): -15398114 or 1968917. OLE color: 1968917.
HSL color Cylindrical-coordinate representation of color #150B1E: hue angle of 271.58º degrees, saturation: 0.46, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #150B1E is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 21 | 11 | 30 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.88 |
| HSL | 271.58º | 0.46% | 0.08% | - |
| HSV(B) | 271.58º | 0.63% | 0.12% | - |
| XYZ | 0.66 | 0.49 | 1.29 | - |
| YUV | 16.16 | 135.81 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 30 | 0.30 | 0.63 | 0 | 0.88 | 271.58 | 0.46 | 0.08 |
| Hex | 15 | B | 1E | 1E | 3F | 0 | 58 | 110 | 2E | 8 |
| Octal | 25 | 13 | 36 | 36 | 77 | 0 | 130 | 420 | 56 | 10 |
| Binary | 10101 | 1011 | 11110 | 11110 | 111111 | 0 | 1011000 | 100010000 | 101110 | 1000 |
Color Harmonies of #150B1E
Complementary color
Monochromatic Colors of #150B1E
Black with #150B1E
Text Example
Text Example
White with #150B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150B1E; }
p { color: rgb(21,11,30); }
H1.HeaderClassName
{
color: #150B1E;
}
.AnyTagClassName
{
color: #150B1E;
}
</style>
background-color css
<style>
a { background-color: #150B1E; }
a { background-color: rgb(21,11,30); }
div.DivClassName
{
background-color: #150B1E;
}
.BgClassName
{
background-color: #150B1E;
}
</style>
border-color css
<style>
span { border-color: #150B1E; }
span { border-color: rgb(21,11,30); }
td.TdClassName
{
border-color: #150B1E;
}
.TagClassName
{
border-color: #150B1E;
}
</style>