Shades of Blackcurrant #150D1C
Tints of Blackcurrant #150D1C
RGB
CMYK
RGB Variations
Color information
#150D1C (or 0x150D1C) is known color: Blackcurrant. HEX triplet: 15, 0D and 1C. RGB value is (21,13,28). Sum of RGB (Red+Green+Blue) = 21+13+28=62 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.87% from 62); Green value is 13 (5.47% from 255 or 20.97% from 62); Blue value is 28 (11.33% from 255 or 45.16% from 62); Max value from RGB is 28 - color contains mainly: blue. Hex color #150D1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150D1C is #EAF2E3. Grayscale: #111111. Windows color (decimal): -15397604 or 1838357. OLE color: 1838357.
HSL color Cylindrical-coordinate representation of color #150D1C: hue angle of 272º degrees, saturation: 0.37, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #150D1C is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 21 | 13 | 28 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.89 |
| HSL | 272º | 0.37% | 0.08% | - |
| HSV(B) | 272º | 0.54% | 0.11% | - |
| XYZ | 0.66 | 0.53 | 1.17 | - |
| YUV | 17.1 | 134.15 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 28 | 0.25 | 0.54 | 0 | 0.89 | 272 | 0.37 | 0.08 |
| Hex | 15 | D | 1C | 19 | 36 | 0 | 59 | 110 | 25 | 8 |
| Octal | 25 | 15 | 34 | 31 | 66 | 0 | 131 | 420 | 45 | 10 |
| Binary | 10101 | 1101 | 11100 | 11001 | 110110 | 0 | 1011001 | 100010000 | 100101 | 1000 |
Color Harmonies of #150D1C
Complementary color
Monochromatic Colors of #150D1C
Black with #150D1C
Text Example
Text Example
White with #150D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150D1C; }
p { color: rgb(21,13,28); }
H1.HeaderClassName
{
color: #150D1C;
}
.AnyTagClassName
{
color: #150D1C;
}
</style>
background-color css
<style>
a { background-color: #150D1C; }
a { background-color: rgb(21,13,28); }
div.DivClassName
{
background-color: #150D1C;
}
.BgClassName
{
background-color: #150D1C;
}
</style>
border-color css
<style>
span { border-color: #150D1C; }
span { border-color: rgb(21,13,28); }
td.TdClassName
{
border-color: #150D1C;
}
.TagClassName
{
border-color: #150D1C;
}
</style>