Shades of Blackcurrant #120A15
Tints of Blackcurrant #120A15
RGB
CMYK
RGB Variations
Color information
#120A15 (or 0x120A15) is known color: Blackcurrant. HEX triplet: 12, 0A and 15. RGB value is (18,10,21). Sum of RGB (Red+Green+Blue) = 18+10+21=49 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36.73% from 49); Green value is 10 (4.30% from 255 or 20.41% from 49); Blue value is 21 (8.59% from 255 or 42.86% from 49); Max value from RGB is 21 - color contains mainly: blue. Hex color #120A15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120A15 is #EDF5EA. Grayscale: #0D0D0D. Windows color (decimal): -15594987 or 1378834. OLE color: 1378834.
HSL color Cylindrical-coordinate representation of color #120A15: hue angle of 283.64º degrees, saturation: 0.35, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #120A15 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 18 | 10 | 21 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.92 |
| HSL | 283.64º | 0.35% | 0.06% | - |
| HSV(B) | 283.64º | 0.52% | 0.08% | - |
| XYZ | 0.49 | 0.4 | 0.76 | - |
| YUV | 13.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 10 | 21 | 0.14 | 0.52 | 0 | 0.92 | 283.64 | 0.35 | 0.06 |
| Hex | 12 | A | 15 | E | 34 | 0 | 5C | 11C | 23 | 6 |
| Octal | 22 | 12 | 25 | 16 | 64 | 0 | 134 | 434 | 43 | 6 |
| Binary | 10010 | 1010 | 10101 | 1110 | 110100 | 0 | 1011100 | 100011100 | 100011 | 110 |
Color Harmonies of #120A15
Complementary color
Monochromatic Colors of #120A15
Black with #120A15
Text Example
Text Example
White with #120A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120A15; }
p { color: rgb(18,10,21); }
H1.HeaderClassName
{
color: #120A15;
}
.AnyTagClassName
{
color: #120A15;
}
</style>
background-color css
<style>
a { background-color: #120A15; }
a { background-color: rgb(18,10,21); }
div.DivClassName
{
background-color: #120A15;
}
.BgClassName
{
background-color: #120A15;
}
</style>
border-color css
<style>
span { border-color: #120A15; }
span { border-color: rgb(18,10,21); }
td.TdClassName
{
border-color: #120A15;
}
.TagClassName
{
border-color: #120A15;
}
</style>