Shades of Tolopea #1F143D
Tints of Tolopea #1F143D
RGB
CMYK
RGB Variations
Color information
#1F143D (or 0x1F143D) is known color: Tolopea. HEX triplet: 1F, 14 and 3D. RGB value is (31,20,61). Sum of RGB (Red+Green+Blue) = 31+20+61=112 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.68% from 112); Green value is 20 (8.20% from 255 or 17.86% from 112); Blue value is 61 (24.22% from 255 or 54.46% from 112); Max value from RGB is 61 - color contains mainly: blue. Hex color #1F143D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F143D is #E0EBC2. Grayscale: #1B1B1B. Windows color (decimal): -14740419 or 4002847. OLE color: 4002847.
HSL color Cylindrical-coordinate representation of color #1F143D: hue angle of 256.1º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F143D is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 20 | 61 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.76 |
| HSL | 256.1º | 0.51% | 0.16% | - |
| HSV(B) | 256.1º | 0.67% | 0.24% | - |
| XYZ | 1.66 | 1.13 | 4.55 | - |
| YUV | 27.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 20 | 61 | 0.49 | 0.67 | 0 | 0.76 | 256.1 | 0.51 | 0.16 |
| Hex | 1F | 14 | 3D | 31 | 43 | 0 | 4C | 100 | 33 | 10 |
| Octal | 37 | 24 | 75 | 61 | 103 | 0 | 114 | 400 | 63 | 20 |
| Binary | 11111 | 10100 | 111101 | 110001 | 1000011 | 0 | 1001100 | 100000000 | 110011 | 10000 |
Color Harmonies of #1F143D
Complementary color
Monochromatic Colors of #1F143D
Black with #1F143D
Text Example
Text Example
White with #1F143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F143D; }
p { color: rgb(31,20,61); }
H1.HeaderClassName
{
color: #1F143D;
}
.AnyTagClassName
{
color: #1F143D;
}
</style>
background-color css
<style>
a { background-color: #1F143D; }
a { background-color: rgb(31,20,61); }
div.DivClassName
{
background-color: #1F143D;
}
.BgClassName
{
background-color: #1F143D;
}
</style>
border-color css
<style>
span { border-color: #1F143D; }
span { border-color: rgb(31,20,61); }
td.TdClassName
{
border-color: #1F143D;
}
.TagClassName
{
border-color: #1F143D;
}
</style>