Shades of Tolopea #1F183C
Tints of Tolopea #1F183C
RGB
CMYK
RGB Variations
Color information
#1F183C (or 0x1F183C) is known color: Tolopea. HEX triplet: 1F, 18 and 3C. RGB value is (31,24,60). Sum of RGB (Red+Green+Blue) = 31+24+60=115 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.96% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 60 (23.83% from 255 or 52.17% from 115); Max value from RGB is 60 - color contains mainly: blue. Hex color #1F183C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F183C is #E0E7C3. Grayscale: #1E1E1E. Windows color (decimal): -14739396 or 3938335. OLE color: 3938335.
HSL color Cylindrical-coordinate representation of color #1F183C: hue angle of 251.67º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1F183C is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 24 | 60 | - |
| CMYK | 0.48 | 0.60 | 0 | 0.76 |
| HSL | 251.67º | 0.43% | 0.16% | - |
| HSV(B) | 251.67º | 0.6% | 0.24% | - |
| XYZ | 1.71 | 1.27 | 4.43 | - |
| YUV | 30.2 | 144.82 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 24 | 60 | 0.48 | 0.60 | 0 | 0.76 | 251.67 | 0.43 | 0.16 |
| Hex | 1F | 18 | 3C | 30 | 3C | 0 | 4C | FC | 2B | 10 |
| Octal | 37 | 30 | 74 | 60 | 74 | 0 | 114 | 374 | 53 | 20 |
| Binary | 11111 | 11000 | 111100 | 110000 | 111100 | 0 | 1001100 | 11111100 | 101011 | 10000 |
Color Harmonies of #1F183C
Complementary color
Monochromatic Colors of #1F183C
Black with #1F183C
Text Example
Text Example
White with #1F183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F183C; }
p { color: rgb(31,24,60); }
H1.HeaderClassName
{
color: #1F183C;
}
.AnyTagClassName
{
color: #1F183C;
}
</style>
background-color css
<style>
a { background-color: #1F183C; }
a { background-color: rgb(31,24,60); }
div.DivClassName
{
background-color: #1F183C;
}
.BgClassName
{
background-color: #1F183C;
}
</style>
border-color css
<style>
span { border-color: #1F183C; }
span { border-color: rgb(31,24,60); }
td.TdClassName
{
border-color: #1F183C;
}
.TagClassName
{
border-color: #1F183C;
}
</style>