Shades of Tangaroa #1F313F
Tints of Tangaroa #1F313F
RGB
CMYK
RGB Variations
Color information
#1F313F (or 0x1F313F) is known color: Tangaroa. HEX triplet: 1F, 31 and 3F. RGB value is (31,49,63). Sum of RGB (Red+Green+Blue) = 31+49+63=143 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.68% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 63 (25% from 255 or 44.06% from 143); Max value from RGB is 63 - color contains mainly: blue. Hex color #1F313F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F313F is #E0CEC0. Grayscale: #2D2D2D. Windows color (decimal): -14732993 or 4141343. OLE color: 4141343.
HSL color Cylindrical-coordinate representation of color #1F313F: hue angle of 206.25º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1F313F is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 49 | 63 | - |
| CMYK | 0.51 | 0.22 | 0 | 0.75 |
| HSL | 206.25º | 0.34% | 0.18% | - |
| HSV(B) | 206.25º | 0.51% | 0.25% | - |
| XYZ | 2.56 | 2.85 | 5.12 | - |
| YUV | 45.21 | 138.04 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 49 | 63 | 0.51 | 0.22 | 0 | 0.75 | 206.25 | 0.34 | 0.18 |
| Hex | 1F | 31 | 3F | 33 | 16 | 0 | 4B | CE | 22 | 12 |
| Octal | 37 | 61 | 77 | 63 | 26 | 0 | 113 | 316 | 42 | 22 |
| Binary | 11111 | 110001 | 111111 | 110011 | 10110 | 0 | 1001011 | 11001110 | 100010 | 10010 |
Color Harmonies of #1F313F
Complementary color
Monochromatic Colors of #1F313F
Black with #1F313F
Text Example
Text Example
White with #1F313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F313F; }
p { color: rgb(31,49,63); }
H1.HeaderClassName
{
color: #1F313F;
}
.AnyTagClassName
{
color: #1F313F;
}
</style>
background-color css
<style>
a { background-color: #1F313F; }
a { background-color: rgb(31,49,63); }
div.DivClassName
{
background-color: #1F313F;
}
.BgClassName
{
background-color: #1F313F;
}
</style>
border-color css
<style>
span { border-color: #1F313F; }
span { border-color: rgb(31,49,63); }
td.TdClassName
{
border-color: #1F313F;
}
.TagClassName
{
border-color: #1F313F;
}
</style>