Shades of Blackcurrant #120819
Tints of Blackcurrant #120819
RGB
CMYK
RGB Variations
Color information
#120819 (or 0x120819) is known color: Blackcurrant. HEX triplet: 12, 08 and 19. RGB value is (18,8,25). Sum of RGB (Red+Green+Blue) = 18+8+25=51 (6% of max value = 765). Red value is 18 (7.42% from 255 or 35.29% from 51); Green value is 8 (3.52% from 255 or 15.69% from 51); Blue value is 25 (10.16% from 255 or 49.02% from 51); Max value from RGB is 25 - color contains mainly: blue. Hex color #120819 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120819 is #EDF7E6. Grayscale: #0C0C0C. Windows color (decimal): -15595495 or 1640466. OLE color: 1640466.
HSL color Cylindrical-coordinate representation of color #120819: hue angle of 275.29º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #120819 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 18 | 8 | 25 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.90 |
| HSL | 275.29º | 0.52% | 0.06% | - |
| HSV(B) | 275.29º | 0.68% | 0.1% | - |
| XYZ | 0.51 | 0.37 | 0.96 | - |
| YUV | 12.93 | 134.81 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 8 | 25 | 0.28 | 0.68 | 0 | 0.90 | 275.29 | 0.52 | 0.06 |
| Hex | 12 | 8 | 19 | 1C | 44 | 0 | 5A | 113 | 34 | 6 |
| Octal | 22 | 10 | 31 | 34 | 104 | 0 | 132 | 423 | 64 | 6 |
| Binary | 10010 | 1000 | 11001 | 11100 | 1000100 | 0 | 1011010 | 100010011 | 110100 | 110 |
Color Harmonies of #120819
Complementary color
Monochromatic Colors of #120819
Black with #120819
Text Example
Text Example
White with #120819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120819; }
p { color: rgb(18,8,25); }
H1.HeaderClassName
{
color: #120819;
}
.AnyTagClassName
{
color: #120819;
}
</style>
background-color css
<style>
a { background-color: #120819; }
a { background-color: rgb(18,8,25); }
div.DivClassName
{
background-color: #120819;
}
.BgClassName
{
background-color: #120819;
}
</style>
border-color css
<style>
span { border-color: #120819; }
span { border-color: rgb(18,8,25); }
td.TdClassName
{
border-color: #120819;
}
.TagClassName
{
border-color: #120819;
}
</style>