Shades of Blackcurrant #150F1D
Tints of Blackcurrant #150F1D
RGB
CMYK
RGB Variations
Color information
#150F1D (or 0x150F1D) is known color: Blackcurrant. HEX triplet: 15, 0F and 1D. RGB value is (21,15,29). Sum of RGB (Red+Green+Blue) = 21+15+29=65 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.31% from 65); Green value is 15 (6.25% from 255 or 23.08% from 65); Blue value is 29 (11.72% from 255 or 44.62% from 65); Max value from RGB is 29 - color contains mainly: blue. Hex color #150F1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150F1D is #EAF0E2. Grayscale: #121212. Windows color (decimal): -15397091 or 1904405. OLE color: 1904405.
HSL color Cylindrical-coordinate representation of color #150F1D: hue angle of 265.71º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #150F1D is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 21 | 15 | 29 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.89 |
| HSL | 265.71º | 0.32% | 0.09% | - |
| HSV(B) | 265.71º | 0.48% | 0.11% | - |
| XYZ | 0.7 | 0.59 | 1.24 | - |
| YUV | 18.39 | 133.99 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 29 | 0.28 | 0.48 | 0 | 0.89 | 265.71 | 0.32 | 0.09 |
| Hex | 15 | F | 1D | 1C | 30 | 0 | 59 | 10A | 20 | 9 |
| Octal | 25 | 17 | 35 | 34 | 60 | 0 | 131 | 412 | 40 | 11 |
| Binary | 10101 | 1111 | 11101 | 11100 | 110000 | 0 | 1011001 | 100001010 | 100000 | 1001 |
Color Harmonies of #150F1D
Complementary color
Monochromatic Colors of #150F1D
Black with #150F1D
Text Example
Text Example
White with #150F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150F1D; }
p { color: rgb(21,15,29); }
H1.HeaderClassName
{
color: #150F1D;
}
.AnyTagClassName
{
color: #150F1D;
}
</style>
background-color css
<style>
a { background-color: #150F1D; }
a { background-color: rgb(21,15,29); }
div.DivClassName
{
background-color: #150F1D;
}
.BgClassName
{
background-color: #150F1D;
}
</style>
border-color css
<style>
span { border-color: #150F1D; }
span { border-color: rgb(21,15,29); }
td.TdClassName
{
border-color: #150F1D;
}
.TagClassName
{
border-color: #150F1D;
}
</style>