Shades of Blackcurrant #120715
Tints of Blackcurrant #120715
RGB
CMYK
RGB Variations
Color information
#120715 (or 0x120715) is known color: Blackcurrant. HEX triplet: 12, 07 and 15. RGB value is (18,7,21). Sum of RGB (Red+Green+Blue) = 18+7+21=46 (6% of max value = 765). Red value is 18 (7.42% from 255 or 39.13% from 46); Green value is 7 (3.12% from 255 or 15.22% from 46); Blue value is 21 (8.59% from 255 or 45.65% from 46); Max value from RGB is 21 - color contains mainly: blue. Hex color #120715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120715 is #EDF8EA. Grayscale: #0B0B0B. Windows color (decimal): -15595755 or 1378066. OLE color: 1378066.
HSL color Cylindrical-coordinate representation of color #120715: hue angle of 287.14º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #120715 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 18 | 7 | 21 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.92 |
| HSL | 287.14º | 0.5% | 0.05% | - |
| HSV(B) | 287.14º | 0.67% | 0.08% | - |
| XYZ | 0.46 | 0.33 | 0.75 | - |
| YUV | 11.89 | 133.14 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 7 | 21 | 0.14 | 0.67 | 0 | 0.92 | 287.14 | 0.5 | 0.05 |
| Hex | 12 | 7 | 15 | E | 43 | 0 | 5C | 11F | 32 | 5 |
| Octal | 22 | 7 | 25 | 16 | 103 | 0 | 134 | 437 | 62 | 5 |
| Binary | 10010 | 111 | 10101 | 1110 | 1000011 | 0 | 1011100 | 100011111 | 110010 | 101 |
Color Harmonies of #120715
Complementary color
Monochromatic Colors of #120715
Black with #120715
Text Example
Text Example
White with #120715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120715; }
p { color: rgb(18,7,21); }
H1.HeaderClassName
{
color: #120715;
}
.AnyTagClassName
{
color: #120715;
}
</style>
background-color css
<style>
a { background-color: #120715; }
a { background-color: rgb(18,7,21); }
div.DivClassName
{
background-color: #120715;
}
.BgClassName
{
background-color: #120715;
}
</style>
border-color css
<style>
span { border-color: #120715; }
span { border-color: rgb(18,7,21); }
td.TdClassName
{
border-color: #120715;
}
.TagClassName
{
border-color: #120715;
}
</style>