Shades of Blackcurrant #11061F
Tints of Blackcurrant #11061F
RGB
CMYK
RGB Variations
Color information
#11061F (or 0x11061F) is known color: Blackcurrant. HEX triplet: 11, 06 and 1F. RGB value is (17,6,31). Sum of RGB (Red+Green+Blue) = 17+6+31=54 (7% of max value = 765). Red value is 17 (7.03% from 255 or 31.48% from 54); Green value is 6 (2.73% from 255 or 11.11% from 54); Blue value is 31 (12.5% from 255 or 57.41% from 54); Max value from RGB is 31 - color contains mainly: blue. Hex color #11061F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11061F is #EEF9E0. Grayscale: #0C0C0C. Windows color (decimal): -15661537 or 2033169. OLE color: 2033169.
HSL color Cylindrical-coordinate representation of color #11061F: hue angle of 266.4º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11061F is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 17 | 6 | 31 | - |
| CMYK | 0.45 | 0.81 | 0 | 0.88 |
| HSL | 266.4º | 0.68% | 0.07% | - |
| HSV(B) | 266.4º | 0.81% | 0.12% | - |
| XYZ | 0.54 | 0.35 | 1.33 | - |
| YUV | 12.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 6 | 31 | 0.45 | 0.81 | 0 | 0.88 | 266.4 | 0.68 | 0.07 |
| Hex | 11 | 6 | 1F | 2D | 51 | 0 | 58 | 10A | 44 | 7 |
| Octal | 21 | 6 | 37 | 55 | 121 | 0 | 130 | 412 | 104 | 7 |
| Binary | 10001 | 110 | 11111 | 101101 | 1010001 | 0 | 1011000 | 100001010 | 1000100 | 111 |
Color Harmonies of #11061F
Complementary color
Monochromatic Colors of #11061F
Black with #11061F
Text Example
Text Example
White with #11061F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11061F; }
p { color: rgb(17,6,31); }
H1.HeaderClassName
{
color: #11061F;
}
.AnyTagClassName
{
color: #11061F;
}
</style>
background-color css
<style>
a { background-color: #11061F; }
a { background-color: rgb(17,6,31); }
div.DivClassName
{
background-color: #11061F;
}
.BgClassName
{
background-color: #11061F;
}
</style>
border-color css
<style>
span { border-color: #11061F; }
span { border-color: rgb(17,6,31); }
td.TdClassName
{
border-color: #11061F;
}
.TagClassName
{
border-color: #11061F;
}
</style>