Shades of Blackcurrant #11051D
Tints of Blackcurrant #11051D
RGB
CMYK
RGB Variations
Color information
#11051D (or 0x11051D) is known color: Blackcurrant. HEX triplet: 11, 05 and 1D. RGB value is (17,5,29). Sum of RGB (Red+Green+Blue) = 17+5+29=51 (6% of max value = 765). Red value is 17 (7.03% from 255 or 33.33% from 51); Green value is 5 (2.34% from 255 or 9.80% from 51); Blue value is 29 (11.72% from 255 or 56.86% from 51); Max value from RGB is 29 - color contains mainly: blue. Hex color #11051D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11051D is #EEFAE2. Grayscale: #0B0B0B. Windows color (decimal): -15661795 or 1901841. OLE color: 1901841.
HSL color Cylindrical-coordinate representation of color #11051D: hue angle of 270º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11051D is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 5 | 29 | - |
| CMYK | 0.41 | 0.83 | 0 | 0.89 |
| HSL | 270º | 0.71% | 0.07% | - |
| HSV(B) | 270º | 0.83% | 0.11% | - |
| XYZ | 0.51 | 0.32 | 1.2 | - |
| YUV | 11.32 | 137.98 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 5 | 29 | 0.41 | 0.83 | 0 | 0.89 | 270 | 0.71 | 0.07 |
| Hex | 11 | 5 | 1D | 29 | 53 | 0 | 59 | 10E | 47 | 7 |
| Octal | 21 | 5 | 35 | 51 | 123 | 0 | 131 | 416 | 107 | 7 |
| Binary | 10001 | 101 | 11101 | 101001 | 1010011 | 0 | 1011001 | 100001110 | 1000111 | 111 |
Color Harmonies of #11051D
Complementary color
Monochromatic Colors of #11051D
Black with #11051D
Text Example
Text Example
White with #11051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11051D; }
p { color: rgb(17,5,29); }
H1.HeaderClassName
{
color: #11051D;
}
.AnyTagClassName
{
color: #11051D;
}
</style>
background-color css
<style>
a { background-color: #11051D; }
a { background-color: rgb(17,5,29); }
div.DivClassName
{
background-color: #11051D;
}
.BgClassName
{
background-color: #11051D;
}
</style>
border-color css
<style>
span { border-color: #11051D; }
span { border-color: rgb(17,5,29); }
td.TdClassName
{
border-color: #11051D;
}
.TagClassName
{
border-color: #11051D;
}
</style>