Shades of Tolopea #180C34
Tints of Tolopea #180C34
RGB
CMYK
RGB Variations
Color information
#180C34 (or 0x180C34) is known color: Tolopea. HEX triplet: 18, 0C and 34. RGB value is (24,12,52). Sum of RGB (Red+Green+Blue) = 24+12+52=88 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.27% from 88); Green value is 12 (5.08% from 255 or 13.64% from 88); Blue value is 52 (20.70% from 255 or 59.09% from 88); Max value from RGB is 52 - color contains mainly: blue. Hex color #180C34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180C34 is #E7F3CB. Grayscale: #141414. Windows color (decimal): -15201228 or 3410968. OLE color: 3410968.
HSL color Cylindrical-coordinate representation of color #180C34: hue angle of 258º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #180C34 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 24 | 12 | 52 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.80 |
| HSL | 258º | 0.63% | 0.13% | - |
| HSV(B) | 258º | 0.77% | 0.2% | - |
| XYZ | 1.13 | 0.71 | 3.33 | - |
| YUV | 20.15 | 145.98 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 12 | 52 | 0.54 | 0.77 | 0 | 0.80 | 258 | 0.63 | 0.13 |
| Hex | 18 | C | 34 | 36 | 4D | 0 | 50 | 102 | 3E | D |
| Octal | 30 | 14 | 64 | 66 | 115 | 0 | 120 | 402 | 76 | 15 |
| Binary | 11000 | 1100 | 110100 | 110110 | 1001101 | 0 | 1010000 | 100000010 | 111110 | 1101 |
Color Harmonies of #180C34
Complementary color
Monochromatic Colors of #180C34
Black with #180C34
Text Example
Text Example
White with #180C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180C34; }
p { color: rgb(24,12,52); }
H1.HeaderClassName
{
color: #180C34;
}
.AnyTagClassName
{
color: #180C34;
}
</style>
background-color css
<style>
a { background-color: #180C34; }
a { background-color: rgb(24,12,52); }
div.DivClassName
{
background-color: #180C34;
}
.BgClassName
{
background-color: #180C34;
}
</style>
border-color css
<style>
span { border-color: #180C34; }
span { border-color: rgb(24,12,52); }
td.TdClassName
{
border-color: #180C34;
}
.TagClassName
{
border-color: #180C34;
}
</style>