Shades of Blackcurrant #120D15
Tints of Blackcurrant #120D15
RGB
CMYK
RGB Variations
Color information
#120D15 (or 0x120D15) is known color: Blackcurrant. HEX triplet: 12, 0D and 15. RGB value is (18,13,21). Sum of RGB (Red+Green+Blue) = 18+13+21=52 (6% of max value = 765). Red value is 18 (7.42% from 255 or 34.62% from 52); Green value is 13 (5.47% from 255 or 25% from 52); Blue value is 21 (8.59% from 255 or 40.38% from 52); Max value from RGB is 21 - color contains mainly: blue. Hex color #120D15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120D15 is #EDF2EA. Grayscale: #0F0F0F. Windows color (decimal): -15594219 or 1379602. OLE color: 1379602.
HSL color Cylindrical-coordinate representation of color #120D15: hue angle of 277.5º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #120D15 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 18 | 13 | 21 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.92 |
| HSL | 277.5º | 0.24% | 0.07% | - |
| HSV(B) | 277.5º | 0.38% | 0.08% | - |
| XYZ | 0.53 | 0.47 | 0.77 | - |
| YUV | 15.41 | 131.16 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 13 | 21 | 0.14 | 0.38 | 0 | 0.92 | 277.5 | 0.24 | 0.07 |
| Hex | 12 | D | 15 | E | 26 | 0 | 5C | 116 | 18 | 7 |
| Octal | 22 | 15 | 25 | 16 | 46 | 0 | 134 | 426 | 30 | 7 |
| Binary | 10010 | 1101 | 10101 | 1110 | 100110 | 0 | 1011100 | 100010110 | 11000 | 111 |
Color Harmonies of #120D15
Complementary color
Monochromatic Colors of #120D15
Black with #120D15
Text Example
Text Example
White with #120D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120D15; }
p { color: rgb(18,13,21); }
H1.HeaderClassName
{
color: #120D15;
}
.AnyTagClassName
{
color: #120D15;
}
</style>
background-color css
<style>
a { background-color: #120D15; }
a { background-color: rgb(18,13,21); }
div.DivClassName
{
background-color: #120D15;
}
.BgClassName
{
background-color: #120D15;
}
</style>
border-color css
<style>
span { border-color: #120D15; }
span { border-color: rgb(18,13,21); }
td.TdClassName
{
border-color: #120D15;
}
.TagClassName
{
border-color: #120D15;
}
</style>