Shades of Tolopea #180D36
Tints of Tolopea #180D36
RGB
CMYK
RGB Variations
Color information
#180D36 (or 0x180D36) is known color: Tolopea. HEX triplet: 18, 0D and 36. RGB value is (24,13,54). Sum of RGB (Red+Green+Blue) = 24+13+54=91 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.37% from 91); Green value is 13 (5.47% from 255 or 14.29% from 91); Blue value is 54 (21.48% from 255 or 59.34% from 91); Max value from RGB is 54 - color contains mainly: blue. Hex color #180D36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180D36 is #E7F2C9. Grayscale: #141414. Windows color (decimal): -15200970 or 3542296. OLE color: 3542296.
HSL color Cylindrical-coordinate representation of color #180D36: hue angle of 256.1º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #180D36 is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 24 | 13 | 54 | - |
| CMYK | 0.56 | 0.76 | 0 | 0.79 |
| HSL | 256.1º | 0.61% | 0.13% | - |
| HSV(B) | 256.1º | 0.76% | 0.21% | - |
| XYZ | 1.19 | 0.75 | 3.57 | - |
| YUV | 20.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 13 | 54 | 0.56 | 0.76 | 0 | 0.79 | 256.1 | 0.61 | 0.13 |
| Hex | 18 | D | 36 | 38 | 4C | 0 | 4F | 100 | 3D | D |
| Octal | 30 | 15 | 66 | 70 | 114 | 0 | 117 | 400 | 75 | 15 |
| Binary | 11000 | 1101 | 110110 | 111000 | 1001100 | 0 | 1001111 | 100000000 | 111101 | 1101 |
Color Harmonies of #180D36
Complementary color
Monochromatic Colors of #180D36
Black with #180D36
Text Example
Text Example
White with #180D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180D36; }
p { color: rgb(24,13,54); }
H1.HeaderClassName
{
color: #180D36;
}
.AnyTagClassName
{
color: #180D36;
}
</style>
background-color css
<style>
a { background-color: #180D36; }
a { background-color: rgb(24,13,54); }
div.DivClassName
{
background-color: #180D36;
}
.BgClassName
{
background-color: #180D36;
}
</style>
border-color css
<style>
span { border-color: #180D36; }
span { border-color: rgb(24,13,54); }
td.TdClassName
{
border-color: #180D36;
}
.TagClassName
{
border-color: #180D36;
}
</style>