Shades of Blackcurrant #11071F
Tints of Blackcurrant #11071F
RGB
CMYK
RGB Variations
Color information
#11071F (or 0x11071F) is known color: Blackcurrant. HEX triplet: 11, 07 and 1F. RGB value is (17,7,31). Sum of RGB (Red+Green+Blue) = 17+7+31=55 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.91% from 55); Green value is 7 (3.12% from 255 or 12.73% from 55); Blue value is 31 (12.5% from 255 or 56.36% from 55); Max value from RGB is 31 - color contains mainly: blue. Hex color #11071F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11071F is #EEF8E0. Grayscale: #0C0C0C. Windows color (decimal): -15661281 or 2033425. OLE color: 2033425.
HSL color Cylindrical-coordinate representation of color #11071F: hue angle of 265º degrees, saturation: 0.63, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #11071F is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 17 | 7 | 31 | - |
| CMYK | 0.45 | 0.77 | 0 | 0.88 |
| HSL | 265º | 0.63% | 0.07% | - |
| HSV(B) | 265º | 0.77% | 0.12% | - |
| XYZ | 0.55 | 0.37 | 1.34 | - |
| YUV | 12.73 | 138.31 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 7 | 31 | 0.45 | 0.77 | 0 | 0.88 | 265 | 0.63 | 0.07 |
| Hex | 11 | 7 | 1F | 2D | 4D | 0 | 58 | 109 | 3F | 7 |
| Octal | 21 | 7 | 37 | 55 | 115 | 0 | 130 | 411 | 77 | 7 |
| Binary | 10001 | 111 | 11111 | 101101 | 1001101 | 0 | 1011000 | 100001001 | 111111 | 111 |
Color Harmonies of #11071F
Complementary color
Monochromatic Colors of #11071F
Black with #11071F
Text Example
Text Example
White with #11071F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11071F; }
p { color: rgb(17,7,31); }
H1.HeaderClassName
{
color: #11071F;
}
.AnyTagClassName
{
color: #11071F;
}
</style>
background-color css
<style>
a { background-color: #11071F; }
a { background-color: rgb(17,7,31); }
div.DivClassName
{
background-color: #11071F;
}
.BgClassName
{
background-color: #11071F;
}
</style>
border-color css
<style>
span { border-color: #11071F; }
span { border-color: rgb(17,7,31); }
td.TdClassName
{
border-color: #11071F;
}
.TagClassName
{
border-color: #11071F;
}
</style>