Shades of Blackcurrant #160922
Tints of Blackcurrant #160922
RGB
CMYK
RGB Variations
Color information
#160922 (or 0x160922) is known color: Blackcurrant. HEX triplet: 16, 09 and 22. RGB value is (22,9,34). Sum of RGB (Red+Green+Blue) = 22+9+34=65 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.85% from 65); Green value is 9 (3.91% from 255 or 13.85% from 65); Blue value is 34 (13.67% from 255 or 52.31% from 65); Max value from RGB is 34 - color contains mainly: blue. Hex color #160922 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160922 is #E9F6DD. Grayscale: #0F0F0F. Windows color (decimal): -15333086 or 2230550. OLE color: 2230550.
HSL color Cylindrical-coordinate representation of color #160922: hue angle of 271.2º degrees, saturation: 0.58, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #160922 is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 22 | 9 | 34 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.87 |
| HSL | 271.2º | 0.58% | 0.08% | - |
| HSV(B) | 271.2º | 0.74% | 0.13% | - |
| XYZ | 0.72 | 0.48 | 1.57 | - |
| YUV | 15.74 | 138.31 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 9 | 34 | 0.35 | 0.74 | 0 | 0.87 | 271.2 | 0.58 | 0.08 |
| Hex | 16 | 9 | 22 | 23 | 4A | 0 | 57 | 10F | 3A | 8 |
| Octal | 26 | 11 | 42 | 43 | 112 | 0 | 127 | 417 | 72 | 10 |
| Binary | 10110 | 1001 | 100010 | 100011 | 1001010 | 0 | 1010111 | 100001111 | 111010 | 1000 |
Color Harmonies of #160922
Complementary color
Monochromatic Colors of #160922
Black with #160922
Text Example
Text Example
White with #160922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160922; }
p { color: rgb(22,9,34); }
H1.HeaderClassName
{
color: #160922;
}
.AnyTagClassName
{
color: #160922;
}
</style>
background-color css
<style>
a { background-color: #160922; }
a { background-color: rgb(22,9,34); }
div.DivClassName
{
background-color: #160922;
}
.BgClassName
{
background-color: #160922;
}
</style>
border-color css
<style>
span { border-color: #160922; }
span { border-color: rgb(22,9,34); }
td.TdClassName
{
border-color: #160922;
}
.TagClassName
{
border-color: #160922;
}
</style>