Shades of Blackcurrant #120322
Tints of Blackcurrant #120322
RGB
CMYK
RGB Variations
Color information
#120322 (or 0x120322) is known color: Blackcurrant. HEX triplet: 12, 03 and 22. RGB value is (18,3,34). Sum of RGB (Red+Green+Blue) = 18+3+34=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 3 (1.56% from 255 or 5.45% from 55); Blue value is 34 (13.67% from 255 or 61.82% from 55); Max value from RGB is 34 - color contains mainly: blue. Hex color #120322 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120322 is #EDFCDD. Grayscale: #0A0A0A. Windows color (decimal): -15596766 or 2229010. OLE color: 2229010.
HSL color Cylindrical-coordinate representation of color #120322: hue angle of 269.03º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #120322 is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 18 | 3 | 34 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.87 |
| HSL | 269.03º | 0.84% | 0.07% | - |
| HSV(B) | 269.03º | 0.91% | 0.13% | - |
| XYZ | 0.57 | 0.31 | 1.54 | - |
| YUV | 11.02 | 140.97 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 3 | 34 | 0.47 | 0.91 | 0 | 0.87 | 269.03 | 0.84 | 0.07 |
| Hex | 12 | 3 | 22 | 2F | 5B | 0 | 57 | 10D | 54 | 7 |
| Octal | 22 | 3 | 42 | 57 | 133 | 0 | 127 | 415 | 124 | 7 |
| Binary | 10010 | 11 | 100010 | 101111 | 1011011 | 0 | 1010111 | 100001101 | 1010100 | 111 |
Color Harmonies of #120322
Complementary color
Monochromatic Colors of #120322
Black with #120322
Text Example
Text Example
White with #120322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120322; }
p { color: rgb(18,3,34); }
H1.HeaderClassName
{
color: #120322;
}
.AnyTagClassName
{
color: #120322;
}
</style>
background-color css
<style>
a { background-color: #120322; }
a { background-color: rgb(18,3,34); }
div.DivClassName
{
background-color: #120322;
}
.BgClassName
{
background-color: #120322;
}
</style>
border-color css
<style>
span { border-color: #120322; }
span { border-color: rgb(18,3,34); }
td.TdClassName
{
border-color: #120322;
}
.TagClassName
{
border-color: #120322;
}
</style>