Shades of Blackcurrant #16091F
Tints of Blackcurrant #16091F
RGB
CMYK
RGB Variations
Color information
#16091F (or 0x16091F) is known color: Blackcurrant. HEX triplet: 16, 09 and 1F. RGB value is (22,9,31). Sum of RGB (Red+Green+Blue) = 22+9+31=62 (8% of max value = 765). Red value is 22 (8.98% from 255 or 35.48% from 62); Green value is 9 (3.91% from 255 or 14.52% from 62); Blue value is 31 (12.5% from 255 or 50% from 62); Max value from RGB is 31 - color contains mainly: blue. Hex color #16091F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16091F is #E9F6E0. Grayscale: #0F0F0F. Windows color (decimal): -15333089 or 2033942. OLE color: 2033942.
HSL color Cylindrical-coordinate representation of color #16091F: hue angle of 275.45º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #16091F is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 22 | 9 | 31 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.88 |
| HSL | 275.45º | 0.55% | 0.08% | - |
| HSV(B) | 275.45º | 0.71% | 0.12% | - |
| XYZ | 0.68 | 0.46 | 1.35 | - |
| YUV | 15.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 9 | 31 | 0.29 | 0.71 | 0 | 0.88 | 275.45 | 0.55 | 0.08 |
| Hex | 16 | 9 | 1F | 1D | 47 | 0 | 58 | 113 | 37 | 8 |
| Octal | 26 | 11 | 37 | 35 | 107 | 0 | 130 | 423 | 67 | 10 |
| Binary | 10110 | 1001 | 11111 | 11101 | 1000111 | 0 | 1011000 | 100010011 | 110111 | 1000 |
Color Harmonies of #16091F
Complementary color
Monochromatic Colors of #16091F
Black with #16091F
Text Example
Text Example
White with #16091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16091F; }
p { color: rgb(22,9,31); }
H1.HeaderClassName
{
color: #16091F;
}
.AnyTagClassName
{
color: #16091F;
}
</style>
background-color css
<style>
a { background-color: #16091F; }
a { background-color: rgb(22,9,31); }
div.DivClassName
{
background-color: #16091F;
}
.BgClassName
{
background-color: #16091F;
}
</style>
border-color css
<style>
span { border-color: #16091F; }
span { border-color: rgb(22,9,31); }
td.TdClassName
{
border-color: #16091F;
}
.TagClassName
{
border-color: #16091F;
}
</style>