Shades of Tolopea #110630
Tints of Tolopea #110630
RGB
CMYK
RGB Variations
Color information
#110630 (or 0x110630) is known color: Tolopea. HEX triplet: 11, 06 and 30. RGB value is (17,6,48). Sum of RGB (Red+Green+Blue) = 17+6+48=71 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.94% from 71); Green value is 6 (2.73% from 255 or 8.45% from 71); Blue value is 48 (19.14% from 255 or 67.61% from 71); Max value from RGB is 48 - color contains mainly: blue. Hex color #110630 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110630 is #EEF9CF. Grayscale: #0D0D0D. Windows color (decimal): -15661520 or 3147281. OLE color: 3147281.
HSL color Cylindrical-coordinate representation of color #110630: hue angle of 255.71º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #110630 is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 6 | 48 | - |
| CMYK | 0.65 | 0.87 | 0 | 0.81 |
| HSL | 255.71º | 0.78% | 0.11% | - |
| HSV(B) | 255.71º | 0.88% | 0.19% | - |
| XYZ | 0.83 | 0.46 | 2.84 | - |
| YUV | 14.08 | 147.14 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 6 | 48 | 0.65 | 0.87 | 0 | 0.81 | 255.71 | 0.78 | 0.11 |
| Hex | 11 | 6 | 30 | 41 | 57 | 0 | 51 | 100 | 4E | B |
| Octal | 21 | 6 | 60 | 101 | 127 | 0 | 121 | 400 | 116 | 13 |
| Binary | 10001 | 110 | 110000 | 1000001 | 1010111 | 0 | 1010001 | 100000000 | 1001110 | 1011 |
Color Harmonies of #110630
Complementary color
Monochromatic Colors of #110630
Black with #110630
Text Example
Text Example
White with #110630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110630; }
p { color: rgb(17,6,48); }
H1.HeaderClassName
{
color: #110630;
}
.AnyTagClassName
{
color: #110630;
}
</style>
background-color css
<style>
a { background-color: #110630; }
a { background-color: rgb(17,6,48); }
div.DivClassName
{
background-color: #110630;
}
.BgClassName
{
background-color: #110630;
}
</style>
border-color css
<style>
span { border-color: #110630; }
span { border-color: rgb(17,6,48); }
td.TdClassName
{
border-color: #110630;
}
.TagClassName
{
border-color: #110630;
}
</style>