Shades of Tolopea #18113D
Tints of Tolopea #18113D
RGB
CMYK
RGB Variations
Color information
#18113D (or 0x18113D) is known color: Tolopea. HEX triplet: 18, 11 and 3D. RGB value is (24,17,61). Sum of RGB (Red+Green+Blue) = 24+17+61=102 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.53% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 61 (24.22% from 255 or 59.80% from 102); Max value from RGB is 61 - color contains mainly: blue. Hex color #18113D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18113D is #E7EEC2. Grayscale: #171717. Windows color (decimal): -15199939 or 4002072. OLE color: 4002072.
HSL color Cylindrical-coordinate representation of color #18113D: hue angle of 249.55º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #18113D is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 24 | 17 | 61 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.76 |
| HSL | 249.55º | 0.56% | 0.15% | - |
| HSV(B) | 249.55º | 0.72% | 0.24% | - |
| XYZ | 1.42 | 0.93 | 4.52 | - |
| YUV | 24.11 | 148.82 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 17 | 61 | 0.61 | 0.72 | 0 | 0.76 | 249.55 | 0.56 | 0.15 |
| Hex | 18 | 11 | 3D | 3D | 48 | 0 | 4C | FA | 38 | F |
| Octal | 30 | 21 | 75 | 75 | 110 | 0 | 114 | 372 | 70 | 17 |
| Binary | 11000 | 10001 | 111101 | 111101 | 1001000 | 0 | 1001100 | 11111010 | 111000 | 1111 |
Color Harmonies of #18113D
Complementary color
Monochromatic Colors of #18113D
Black with #18113D
Text Example
Text Example
White with #18113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18113D; }
p { color: rgb(24,17,61); }
H1.HeaderClassName
{
color: #18113D;
}
.AnyTagClassName
{
color: #18113D;
}
</style>
background-color css
<style>
a { background-color: #18113D; }
a { background-color: rgb(24,17,61); }
div.DivClassName
{
background-color: #18113D;
}
.BgClassName
{
background-color: #18113D;
}
</style>
border-color css
<style>
span { border-color: #18113D; }
span { border-color: rgb(24,17,61); }
td.TdClassName
{
border-color: #18113D;
}
.TagClassName
{
border-color: #18113D;
}
</style>