Shades of Blackcurrant #110A1A
Tints of Blackcurrant #110A1A
RGB
CMYK
RGB Variations
Color information
#110A1A (or 0x110A1A) is known color: Blackcurrant. HEX triplet: 11, 0A and 1A. RGB value is (17,10,26). Sum of RGB (Red+Green+Blue) = 17+10+26=53 (7% of max value = 765). Red value is 17 (7.03% from 255 or 32.08% from 53); Green value is 10 (4.30% from 255 or 18.87% from 53); Blue value is 26 (10.55% from 255 or 49.06% from 53); Max value from RGB is 26 - color contains mainly: blue. Hex color #110A1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110A1A is #EEF5E5. Grayscale: #0D0D0D. Windows color (decimal): -15660518 or 1706513. OLE color: 1706513.
HSL color Cylindrical-coordinate representation of color #110A1A: hue angle of 266.25º degrees, saturation: 0.44, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #110A1A is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 10 | 26 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.90 |
| HSL | 266.25º | 0.44% | 0.07% | - |
| HSV(B) | 266.25º | 0.62% | 0.1% | - |
| XYZ | 0.53 | 0.41 | 1.03 | - |
| YUV | 13.92 | 134.82 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 10 | 26 | 0.35 | 0.62 | 0 | 0.90 | 266.25 | 0.44 | 0.07 |
| Hex | 11 | A | 1A | 23 | 3E | 0 | 5A | 10A | 2C | 7 |
| Octal | 21 | 12 | 32 | 43 | 76 | 0 | 132 | 412 | 54 | 7 |
| Binary | 10001 | 1010 | 11010 | 100011 | 111110 | 0 | 1011010 | 100001010 | 101100 | 111 |
Color Harmonies of #110A1A
Complementary color
Monochromatic Colors of #110A1A
Black with #110A1A
Text Example
Text Example
White with #110A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110A1A; }
p { color: rgb(17,10,26); }
H1.HeaderClassName
{
color: #110A1A;
}
.AnyTagClassName
{
color: #110A1A;
}
</style>
background-color css
<style>
a { background-color: #110A1A; }
a { background-color: rgb(17,10,26); }
div.DivClassName
{
background-color: #110A1A;
}
.BgClassName
{
background-color: #110A1A;
}
</style>
border-color css
<style>
span { border-color: #110A1A; }
span { border-color: rgb(17,10,26); }
td.TdClassName
{
border-color: #110A1A;
}
.TagClassName
{
border-color: #110A1A;
}
</style>