Shades of Tangaroa #1F313E
Tints of Tangaroa #1F313E
RGB
CMYK
RGB Variations
Color information
#1F313E (or 0x1F313E) is known color: Tangaroa. HEX triplet: 1F, 31 and 3E. RGB value is (31,49,62). Sum of RGB (Red+Green+Blue) = 31+49+62=142 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.83% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 62 (24.61% from 255 or 43.66% from 142); Max value from RGB is 62 - color contains mainly: blue. Hex color #1F313E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F313E is #E0CEC1. Grayscale: #2D2D2D. Windows color (decimal): -14732994 or 4075807. OLE color: 4075807.
HSL color Cylindrical-coordinate representation of color #1F313E: hue angle of 205.16º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1F313E is Cyan = 0.5, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 49 | 62 | - |
| CMYK | 0.5 | 0.21 | 0 | 0.76 |
| HSL | 205.16º | 0.33% | 0.18% | - |
| HSV(B) | 205.16º | 0.5% | 0.24% | - |
| XYZ | 2.53 | 2.84 | 4.97 | - |
| YUV | 45.1 | 137.54 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 49 | 62 | 0.5 | 0.21 | 0 | 0.76 | 205.16 | 0.33 | 0.18 |
| Hex | 1F | 31 | 3E | 32 | 15 | 0 | 4C | CD | 21 | 12 |
| Octal | 37 | 61 | 76 | 62 | 25 | 0 | 114 | 315 | 41 | 22 |
| Binary | 11111 | 110001 | 111110 | 110010 | 10101 | 0 | 1001100 | 11001101 | 100001 | 10010 |
Color Harmonies of #1F313E
Complementary color
Monochromatic Colors of #1F313E
Black with #1F313E
Text Example
Text Example
White with #1F313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F313E; }
p { color: rgb(31,49,62); }
H1.HeaderClassName
{
color: #1F313E;
}
.AnyTagClassName
{
color: #1F313E;
}
</style>
background-color css
<style>
a { background-color: #1F313E; }
a { background-color: rgb(31,49,62); }
div.DivClassName
{
background-color: #1F313E;
}
.BgClassName
{
background-color: #1F313E;
}
</style>
border-color css
<style>
span { border-color: #1F313E; }
span { border-color: rgb(31,49,62); }
td.TdClassName
{
border-color: #1F313E;
}
.TagClassName
{
border-color: #1F313E;
}
</style>