Shades of Blackcurrant #120815
Tints of Blackcurrant #120815
RGB
CMYK
RGB Variations
Color information
#120815 (or 0x120815) is known color: Blackcurrant. HEX triplet: 12, 08 and 15. RGB value is (18,8,21). Sum of RGB (Red+Green+Blue) = 18+8+21=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 8 (3.52% from 255 or 17.02% from 47); Blue value is 21 (8.59% from 255 or 44.68% from 47); Max value from RGB is 21 - color contains mainly: blue. Hex color #120815 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120815 is #EDF7EA. Grayscale: #0C0C0C. Windows color (decimal): -15595499 or 1378322. OLE color: 1378322.
HSL color Cylindrical-coordinate representation of color #120815: hue angle of 286.15º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #120815 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 18 | 8 | 21 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.92 |
| HSL | 286.15º | 0.45% | 0.06% | - |
| HSV(B) | 286.15º | 0.62% | 0.08% | - |
| XYZ | 0.47 | 0.36 | 0.75 | - |
| YUV | 12.47 | 132.81 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 8 | 21 | 0.14 | 0.62 | 0 | 0.92 | 286.15 | 0.45 | 0.06 |
| Hex | 12 | 8 | 15 | E | 3E | 0 | 5C | 11E | 2D | 6 |
| Octal | 22 | 10 | 25 | 16 | 76 | 0 | 134 | 436 | 55 | 6 |
| Binary | 10010 | 1000 | 10101 | 1110 | 111110 | 0 | 1011100 | 100011110 | 101101 | 110 |
Color Harmonies of #120815
Complementary color
Monochromatic Colors of #120815
Black with #120815
Text Example
Text Example
White with #120815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120815; }
p { color: rgb(18,8,21); }
H1.HeaderClassName
{
color: #120815;
}
.AnyTagClassName
{
color: #120815;
}
</style>
background-color css
<style>
a { background-color: #120815; }
a { background-color: rgb(18,8,21); }
div.DivClassName
{
background-color: #120815;
}
.BgClassName
{
background-color: #120815;
}
</style>
border-color css
<style>
span { border-color: #120815; }
span { border-color: rgb(18,8,21); }
td.TdClassName
{
border-color: #120815;
}
.TagClassName
{
border-color: #120815;
}
</style>