Shades of Tolopea #180E2D
Tints of Tolopea #180E2D
RGB
CMYK
RGB Variations
Color information
#180E2D (or 0x180E2D) is known color: Tolopea. HEX triplet: 18, 0E and 2D. RGB value is (24,14,45). Sum of RGB (Red+Green+Blue) = 24+14+45=83 (10% of max value = 765). Red value is 24 (9.77% from 255 or 28.92% from 83); Green value is 14 (5.86% from 255 or 16.87% from 83); Blue value is 45 (17.97% from 255 or 54.22% from 83); Max value from RGB is 45 - color contains mainly: blue. Hex color #180E2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180E2D is #E7F1D2. Grayscale: #141414. Windows color (decimal): -15200723 or 2952728. OLE color: 2952728.
HSL color Cylindrical-coordinate representation of color #180E2D: hue angle of 259.35º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #180E2D is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 14 | 45 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.82 |
| HSL | 259.35º | 0.53% | 0.12% | - |
| HSV(B) | 259.35º | 0.69% | 0.18% | - |
| XYZ | 1.01 | 0.7 | 2.56 | - |
| YUV | 20.52 | 141.81 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 14 | 45 | 0.47 | 0.69 | 0 | 0.82 | 259.35 | 0.53 | 0.12 |
| Hex | 18 | E | 2D | 2F | 45 | 0 | 52 | 103 | 35 | C |
| Octal | 30 | 16 | 55 | 57 | 105 | 0 | 122 | 403 | 65 | 14 |
| Binary | 11000 | 1110 | 101101 | 101111 | 1000101 | 0 | 1010010 | 100000011 | 110101 | 1100 |
Color Harmonies of #180E2D
Complementary color
Monochromatic Colors of #180E2D
Black with #180E2D
Text Example
Text Example
White with #180E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180E2D; }
p { color: rgb(24,14,45); }
H1.HeaderClassName
{
color: #180E2D;
}
.AnyTagClassName
{
color: #180E2D;
}
</style>
background-color css
<style>
a { background-color: #180E2D; }
a { background-color: rgb(24,14,45); }
div.DivClassName
{
background-color: #180E2D;
}
.BgClassName
{
background-color: #180E2D;
}
</style>
border-color css
<style>
span { border-color: #180E2D; }
span { border-color: rgb(24,14,45); }
td.TdClassName
{
border-color: #180E2D;
}
.TagClassName
{
border-color: #180E2D;
}
</style>