Shades of Tolopea #110B3A
Tints of Tolopea #110B3A
RGB
CMYK
RGB Variations
Color information
#110B3A (or 0x110B3A) is known color: Tolopea. HEX triplet: 11, 0B and 3A. RGB value is (17,11,58). Sum of RGB (Red+Green+Blue) = 17+11+58=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 11 (4.69% from 255 or 12.79% from 86); Blue value is 58 (23.05% from 255 or 67.44% from 86); Max value from RGB is 58 - color contains mainly: blue. Hex color #110B3A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110B3A is #EEF4C5. Grayscale: #111111. Windows color (decimal): -15660230 or 3803921. OLE color: 3803921.
HSL color Cylindrical-coordinate representation of color #110B3A: hue angle of 247.66º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #110B3A is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 17 | 11 | 58 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.77 |
| HSL | 247.66º | 0.68% | 0.14% | - |
| HSV(B) | 247.66º | 0.81% | 0.23% | - |
| XYZ | 1.11 | 0.66 | 4.07 | - |
| YUV | 18.15 | 150.49 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 11 | 58 | 0.71 | 0.81 | 0 | 0.77 | 247.66 | 0.68 | 0.14 |
| Hex | 11 | B | 3A | 47 | 51 | 0 | 4D | F8 | 44 | E |
| Octal | 21 | 13 | 72 | 107 | 121 | 0 | 115 | 370 | 104 | 16 |
| Binary | 10001 | 1011 | 111010 | 1000111 | 1010001 | 0 | 1001101 | 11111000 | 1000100 | 1110 |
Color Harmonies of #110B3A
Complementary color
Monochromatic Colors of #110B3A
Black with #110B3A
Text Example
Text Example
White with #110B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110B3A; }
p { color: rgb(17,11,58); }
H1.HeaderClassName
{
color: #110B3A;
}
.AnyTagClassName
{
color: #110B3A;
}
</style>
background-color css
<style>
a { background-color: #110B3A; }
a { background-color: rgb(17,11,58); }
div.DivClassName
{
background-color: #110B3A;
}
.BgClassName
{
background-color: #110B3A;
}
</style>
border-color css
<style>
span { border-color: #110B3A; }
span { border-color: rgb(17,11,58); }
td.TdClassName
{
border-color: #110B3A;
}
.TagClassName
{
border-color: #110B3A;
}
</style>