Shades of Blackcurrant #11001A
Tints of Blackcurrant #11001A
RGB
CMYK
RGB Variations
Color information
#11001A (or 0x11001A) is known color: Blackcurrant. HEX triplet: 11, 00 and 1A. RGB value is (17,0,26). Sum of RGB (Red+Green+Blue) = 17+0+26=43 (5% of max value = 765). Red value is 17 (7.03% from 255 or 39.53% from 43); Green value is 0 (0.39% from 255 or 0% from 43); Blue value is 26 (10.55% from 255 or 60.47% from 43); Max value from RGB is 26 - color contains mainly: blue. Hex color #11001A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11001A is #EEFFE5. Grayscale: #070707. Windows color (decimal): -15663078 or 1703953. OLE color: 1703953.
HSL color Cylindrical-coordinate representation of color #11001A: hue angle of 279.23º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #11001A is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 0 | 26 | - |
| CMYK | 0.35 | 1 | 0 | 0.90 |
| HSL | 279.23º | 1% | 0.05% | - |
| HSV(B) | 279.23º | 1% | 0.1% | - |
| XYZ | 0.42 | 0.19 | 0.99 | - |
| YUV | 8.05 | 138.13 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 26 | 0.35 | 1 | 0 | 0.90 | 279.23 | 1 | 0.05 |
| Hex | 11 | 0 | 1A | 23 | 64 | 0 | 5A | 117 | 64 | 5 |
| Octal | 21 | 0 | 32 | 43 | 144 | 0 | 132 | 427 | 144 | 5 |
| Binary | 10001 | 0 | 11010 | 100011 | 1100100 | 0 | 1011010 | 100010111 | 1100100 | 101 |
Color Harmonies of #11001A
Complementary color
Monochromatic Colors of #11001A
Black with #11001A
Text Example
Text Example
White with #11001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11001A; }
p { color: rgb(17,0,26); }
H1.HeaderClassName
{
color: #11001A;
}
.AnyTagClassName
{
color: #11001A;
}
</style>
background-color css
<style>
a { background-color: #11001A; }
a { background-color: rgb(17,0,26); }
div.DivClassName
{
background-color: #11001A;
}
.BgClassName
{
background-color: #11001A;
}
</style>
border-color css
<style>
span { border-color: #11001A; }
span { border-color: rgb(17,0,26); }
td.TdClassName
{
border-color: #11001A;
}
.TagClassName
{
border-color: #11001A;
}
</style>