Shades of Blackcurrant #11091F
Tints of Blackcurrant #11091F
RGB
CMYK
RGB Variations
Color information
#11091F (or 0x11091F) is known color: Blackcurrant. HEX triplet: 11, 09 and 1F. RGB value is (17,9,31). Sum of RGB (Red+Green+Blue) = 17+9+31=57 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.82% from 57); Green value is 9 (3.91% from 255 or 15.79% from 57); Blue value is 31 (12.5% from 255 or 54.39% from 57); Max value from RGB is 31 - color contains mainly: blue. Hex color #11091F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11091F is #EEF6E0. Grayscale: #0D0D0D. Windows color (decimal): -15660769 or 2033937. OLE color: 2033937.
HSL color Cylindrical-coordinate representation of color #11091F: hue angle of 261.82º 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 #11091F is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 17 | 9 | 31 | - |
| CMYK | 0.45 | 0.71 | 0 | 0.88 |
| HSL | 261.82º | 0.55% | 0.08% | - |
| HSV(B) | 261.82º | 0.71% | 0.12% | - |
| XYZ | 0.58 | 0.41 | 1.35 | - |
| YUV | 13.9 | 137.65 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 31 | 0.45 | 0.71 | 0 | 0.88 | 261.82 | 0.55 | 0.08 |
| Hex | 11 | 9 | 1F | 2D | 47 | 0 | 58 | 106 | 37 | 8 |
| Octal | 21 | 11 | 37 | 55 | 107 | 0 | 130 | 406 | 67 | 10 |
| Binary | 10001 | 1001 | 11111 | 101101 | 1000111 | 0 | 1011000 | 100000110 | 110111 | 1000 |
Color Harmonies of #11091F
Complementary color
Monochromatic Colors of #11091F
Black with #11091F
Text Example
Text Example
White with #11091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11091F; }
p { color: rgb(17,9,31); }
H1.HeaderClassName
{
color: #11091F;
}
.AnyTagClassName
{
color: #11091F;
}
</style>
background-color css
<style>
a { background-color: #11091F; }
a { background-color: rgb(17,9,31); }
div.DivClassName
{
background-color: #11091F;
}
.BgClassName
{
background-color: #11091F;
}
</style>
border-color css
<style>
span { border-color: #11091F; }
span { border-color: rgb(17,9,31); }
td.TdClassName
{
border-color: #11091F;
}
.TagClassName
{
border-color: #11091F;
}
</style>