Shades of Tolopea #1F183D
Tints of Tolopea #1F183D
RGB
CMYK
RGB Variations
Color information
#1F183D (or 0x1F183D) is known color: Tolopea. HEX triplet: 1F, 18 and 3D. RGB value is (31,24,61). Sum of RGB (Red+Green+Blue) = 31+24+61=116 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.72% from 116); Green value is 24 (9.77% from 255 or 20.69% from 116); Blue value is 61 (24.22% from 255 or 52.59% from 116); Max value from RGB is 61 - color contains mainly: blue. Hex color #1F183D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F183D is #E0E7C2. Grayscale: #1E1E1E. Windows color (decimal): -14739395 or 4003871. OLE color: 4003871.
HSL color Cylindrical-coordinate representation of color #1F183D: hue angle of 251.35º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F183D is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 24 | 61 | - |
| CMYK | 0.49 | 0.61 | 0 | 0.76 |
| HSL | 251.35º | 0.44% | 0.17% | - |
| HSV(B) | 251.35º | 0.61% | 0.24% | - |
| XYZ | 1.73 | 1.28 | 4.57 | - |
| YUV | 30.31 | 145.32 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 24 | 61 | 0.49 | 0.61 | 0 | 0.76 | 251.35 | 0.44 | 0.17 |
| Hex | 1F | 18 | 3D | 31 | 3D | 0 | 4C | FB | 2C | 11 |
| Octal | 37 | 30 | 75 | 61 | 75 | 0 | 114 | 373 | 54 | 21 |
| Binary | 11111 | 11000 | 111101 | 110001 | 111101 | 0 | 1001100 | 11111011 | 101100 | 10001 |
Color Harmonies of #1F183D
Complementary color
Monochromatic Colors of #1F183D
Black with #1F183D
Text Example
Text Example
White with #1F183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F183D; }
p { color: rgb(31,24,61); }
H1.HeaderClassName
{
color: #1F183D;
}
.AnyTagClassName
{
color: #1F183D;
}
</style>
background-color css
<style>
a { background-color: #1F183D; }
a { background-color: rgb(31,24,61); }
div.DivClassName
{
background-color: #1F183D;
}
.BgClassName
{
background-color: #1F183D;
}
</style>
border-color css
<style>
span { border-color: #1F183D; }
span { border-color: rgb(31,24,61); }
td.TdClassName
{
border-color: #1F183D;
}
.TagClassName
{
border-color: #1F183D;
}
</style>