Shades of Blackcurrant #16072F
Tints of Blackcurrant #16072F
RGB
CMYK
RGB Variations
Color information
#16072F (or 0x16072F) is known color: Blackcurrant. HEX triplet: 16, 07 and 2F. RGB value is (22,7,47). Sum of RGB (Red+Green+Blue) = 22+7+47=76 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.95% from 76); Green value is 7 (3.12% from 255 or 9.21% from 76); Blue value is 47 (18.75% from 255 or 61.84% from 76); Max value from RGB is 47 - color contains mainly: blue. Hex color #16072F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16072F is #E9F8D0. Grayscale: #0F0F0F. Windows color (decimal): -15333585 or 3082006. OLE color: 3082006.
HSL color Cylindrical-coordinate representation of color #16072F: hue angle of 262.5º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16072F is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 22 | 7 | 47 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.82 |
| HSL | 262.5º | 0.74% | 0.11% | - |
| HSV(B) | 262.5º | 0.85% | 0.18% | - |
| XYZ | 0.92 | 0.53 | 2.74 | - |
| YUV | 16.05 | 145.47 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 7 | 47 | 0.53 | 0.85 | 0 | 0.82 | 262.5 | 0.74 | 0.11 |
| Hex | 16 | 7 | 2F | 35 | 55 | 0 | 52 | 106 | 4A | B |
| Octal | 26 | 7 | 57 | 65 | 125 | 0 | 122 | 406 | 112 | 13 |
| Binary | 10110 | 111 | 101111 | 110101 | 1010101 | 0 | 1010010 | 100000110 | 1001010 | 1011 |
Color Harmonies of #16072F
Complementary color
Monochromatic Colors of #16072F
Black with #16072F
Text Example
Text Example
White with #16072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16072F; }
p { color: rgb(22,7,47); }
H1.HeaderClassName
{
color: #16072F;
}
.AnyTagClassName
{
color: #16072F;
}
</style>
background-color css
<style>
a { background-color: #16072F; }
a { background-color: rgb(22,7,47); }
div.DivClassName
{
background-color: #16072F;
}
.BgClassName
{
background-color: #16072F;
}
</style>
border-color css
<style>
span { border-color: #16072F; }
span { border-color: rgb(22,7,47); }
td.TdClassName
{
border-color: #16072F;
}
.TagClassName
{
border-color: #16072F;
}
</style>