Shades of Blackcurrant #120822
Tints of Blackcurrant #120822
RGB
CMYK
RGB Variations
Color information
#120822 (or 0x120822) is known color: Blackcurrant. HEX triplet: 12, 08 and 22. RGB value is (18,8,34). Sum of RGB (Red+Green+Blue) = 18+8+34=60 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30% from 60); Green value is 8 (3.52% from 255 or 13.33% from 60); Blue value is 34 (13.67% from 255 or 56.67% from 60); Max value from RGB is 34 - color contains mainly: blue. Hex color #120822 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120822 is #EDF7DD. Grayscale: #0D0D0D. Windows color (decimal): -15595486 or 2230290. OLE color: 2230290.
HSL color Cylindrical-coordinate representation of color #120822: hue angle of 263.08º degrees, saturation: 0.62, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #120822 is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 18 | 8 | 34 | - |
| CMYK | 0.47 | 0.76 | 0 | 0.87 |
| HSL | 263.08º | 0.62% | 0.08% | - |
| HSV(B) | 263.08º | 0.76% | 0.13% | - |
| XYZ | 0.63 | 0.42 | 1.56 | - |
| YUV | 13.95 | 139.31 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 8 | 34 | 0.47 | 0.76 | 0 | 0.87 | 263.08 | 0.62 | 0.08 |
| Hex | 12 | 8 | 22 | 2F | 4C | 0 | 57 | 107 | 3E | 8 |
| Octal | 22 | 10 | 42 | 57 | 114 | 0 | 127 | 407 | 76 | 10 |
| Binary | 10010 | 1000 | 100010 | 101111 | 1001100 | 0 | 1010111 | 100000111 | 111110 | 1000 |
Color Harmonies of #120822
Complementary color
Monochromatic Colors of #120822
Black with #120822
Text Example
Text Example
White with #120822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120822; }
p { color: rgb(18,8,34); }
H1.HeaderClassName
{
color: #120822;
}
.AnyTagClassName
{
color: #120822;
}
</style>
background-color css
<style>
a { background-color: #120822; }
a { background-color: rgb(18,8,34); }
div.DivClassName
{
background-color: #120822;
}
.BgClassName
{
background-color: #120822;
}
</style>
border-color css
<style>
span { border-color: #120822; }
span { border-color: rgb(18,8,34); }
td.TdClassName
{
border-color: #120822;
}
.TagClassName
{
border-color: #120822;
}
</style>