Shades of Tarawera #1F3949
Tints of Tarawera #1F3949
RGB
CMYK
RGB Variations
Color information
#1F3949 (or 0x1F3949) is known color: Tarawera. HEX triplet: 1F, 39 and 49. RGB value is (31,57,73). Sum of RGB (Red+Green+Blue) = 31+57+73=161 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.25% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 73 (28.91% from 255 or 45.34% from 161); Max value from RGB is 73 - color contains mainly: blue. Hex color #1F3949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3949 is #E0C6B6. Grayscale: #323232. Windows color (decimal): -14730935 or 4798751. OLE color: 4798751.
HSL color Cylindrical-coordinate representation of color #1F3949: hue angle of 202.86º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F3949 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 57 | 73 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.71 |
| HSL | 202.86º | 0.4% | 0.2% | - |
| HSV(B) | 202.86º | 0.58% | 0.29% | - |
| XYZ | 3.23 | 3.7 | 6.85 | - |
| YUV | 51.05 | 140.39 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 57 | 73 | 0.58 | 0.22 | 0 | 0.71 | 202.86 | 0.4 | 0.2 |
| Hex | 1F | 39 | 49 | 3A | 16 | 0 | 47 | CB | 28 | 14 |
| Octal | 37 | 71 | 111 | 72 | 26 | 0 | 107 | 313 | 50 | 24 |
| Binary | 11111 | 111001 | 1001001 | 111010 | 10110 | 0 | 1000111 | 11001011 | 101000 | 10100 |
Color Harmonies of #1F3949
Complementary color
Monochromatic Colors of #1F3949
Black with #1F3949
Text Example
Text Example
White with #1F3949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3949; }
p { color: rgb(31,57,73); }
H1.HeaderClassName
{
color: #1F3949;
}
.AnyTagClassName
{
color: #1F3949;
}
</style>
background-color css
<style>
a { background-color: #1F3949; }
a { background-color: rgb(31,57,73); }
div.DivClassName
{
background-color: #1F3949;
}
.BgClassName
{
background-color: #1F3949;
}
</style>
border-color css
<style>
span { border-color: #1F3949; }
span { border-color: rgb(31,57,73); }
td.TdClassName
{
border-color: #1F3949;
}
.TagClassName
{
border-color: #1F3949;
}
</style>