Shades of Blackcurrant #11051A
Tints of Blackcurrant #11051A
RGB
CMYK
RGB Variations
Color information
#11051A (or 0x11051A) is known color: Blackcurrant. HEX triplet: 11, 05 and 1A. RGB value is (17,5,26). Sum of RGB (Red+Green+Blue) = 17+5+26=48 (6% of max value = 765). Red value is 17 (7.03% from 255 or 35.42% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 26 (10.55% from 255 or 54.17% from 48); Max value from RGB is 26 - color contains mainly: blue. Hex color #11051A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11051A is #EEFAE5. Grayscale: #0A0A0A. Windows color (decimal): -15661798 or 1705233. OLE color: 1705233.
HSL color Cylindrical-coordinate representation of color #11051A: hue angle of 274.29º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11051A is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 5 | 26 | - |
| CMYK | 0.35 | 0.81 | 0 | 0.90 |
| HSL | 274.29º | 0.68% | 0.06% | - |
| HSV(B) | 274.29º | 0.81% | 0.1% | - |
| XYZ | 0.47 | 0.3 | 1.01 | - |
| YUV | 10.98 | 136.48 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 5 | 26 | 0.35 | 0.81 | 0 | 0.90 | 274.29 | 0.68 | 0.06 |
| Hex | 11 | 5 | 1A | 23 | 51 | 0 | 5A | 112 | 44 | 6 |
| Octal | 21 | 5 | 32 | 43 | 121 | 0 | 132 | 422 | 104 | 6 |
| Binary | 10001 | 101 | 11010 | 100011 | 1010001 | 0 | 1011010 | 100010010 | 1000100 | 110 |
Color Harmonies of #11051A
Complementary color
Monochromatic Colors of #11051A
Black with #11051A
Text Example
Text Example
White with #11051A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11051A; }
p { color: rgb(17,5,26); }
H1.HeaderClassName
{
color: #11051A;
}
.AnyTagClassName
{
color: #11051A;
}
</style>
background-color css
<style>
a { background-color: #11051A; }
a { background-color: rgb(17,5,26); }
div.DivClassName
{
background-color: #11051A;
}
.BgClassName
{
background-color: #11051A;
}
</style>
border-color css
<style>
span { border-color: #11051A; }
span { border-color: rgb(17,5,26); }
td.TdClassName
{
border-color: #11051A;
}
.TagClassName
{
border-color: #11051A;
}
</style>