Shades of Tolopea #180F31
Tints of Tolopea #180F31
RGB
CMYK
RGB Variations
Color information
#180F31 (or 0x180F31) is known color: Tolopea. HEX triplet: 18, 0F and 31. RGB value is (24,15,49). Sum of RGB (Red+Green+Blue) = 24+15+49=88 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.27% from 88); Green value is 15 (6.25% from 255 or 17.05% from 88); Blue value is 49 (19.53% from 255 or 55.68% from 88); Max value from RGB is 49 - color contains mainly: blue. Hex color #180F31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180F31 is #E7F0CE. Grayscale: #151515. Windows color (decimal): -15200463 or 3215128. OLE color: 3215128.
HSL color Cylindrical-coordinate representation of color #180F31: hue angle of 255.88º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #180F31 is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 24 | 15 | 49 | - |
| CMYK | 0.51 | 0.69 | 0 | 0.81 |
| HSL | 255.88º | 0.53% | 0.13% | - |
| HSV(B) | 255.88º | 0.69% | 0.19% | - |
| XYZ | 1.1 | 0.76 | 2.99 | - |
| YUV | 21.57 | 143.48 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 15 | 49 | 0.51 | 0.69 | 0 | 0.81 | 255.88 | 0.53 | 0.13 |
| Hex | 18 | F | 31 | 33 | 45 | 0 | 51 | 100 | 35 | D |
| Octal | 30 | 17 | 61 | 63 | 105 | 0 | 121 | 400 | 65 | 15 |
| Binary | 11000 | 1111 | 110001 | 110011 | 1000101 | 0 | 1010001 | 100000000 | 110101 | 1101 |
Color Harmonies of #180F31
Complementary color
Monochromatic Colors of #180F31
Black with #180F31
Text Example
Text Example
White with #180F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180F31; }
p { color: rgb(24,15,49); }
H1.HeaderClassName
{
color: #180F31;
}
.AnyTagClassName
{
color: #180F31;
}
</style>
background-color css
<style>
a { background-color: #180F31; }
a { background-color: rgb(24,15,49); }
div.DivClassName
{
background-color: #180F31;
}
.BgClassName
{
background-color: #180F31;
}
</style>
border-color css
<style>
span { border-color: #180F31; }
span { border-color: rgb(24,15,49); }
td.TdClassName
{
border-color: #180F31;
}
.TagClassName
{
border-color: #180F31;
}
</style>