Shades of Tarawera #1F3B45
Tints of Tarawera #1F3B45
RGB
CMYK
RGB Variations
Color information
#1F3B45 (or 0x1F3B45) is known color: Tarawera. HEX triplet: 1F, 3B and 45. RGB value is (31,59,69). Sum of RGB (Red+Green+Blue) = 31+59+69=159 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.50% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 69 (27.34% from 255 or 43.40% from 159); Max value from RGB is 69 - color contains mainly: blue. Hex color #1F3B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3B45 is #E0C4BA. Grayscale: #333333. Windows color (decimal): -14730427 or 4537119. OLE color: 4537119.
HSL color Cylindrical-coordinate representation of color #1F3B45: hue angle of 195.79º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1F3B45 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 31 | 59 | 69 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.73 |
| HSL | 195.79º | 0.38% | 0.2% | - |
| HSV(B) | 195.79º | 0.55% | 0.27% | - |
| XYZ | 3.2 | 3.85 | 6.2 | - |
| YUV | 51.77 | 137.72 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 59 | 69 | 0.55 | 0.14 | 0 | 0.73 | 195.79 | 0.38 | 0.2 |
| Hex | 1F | 3B | 45 | 37 | E | 0 | 49 | C4 | 26 | 14 |
| Octal | 37 | 73 | 105 | 67 | 16 | 0 | 111 | 304 | 46 | 24 |
| Binary | 11111 | 111011 | 1000101 | 110111 | 1110 | 0 | 1001001 | 11000100 | 100110 | 10100 |
Color Harmonies of #1F3B45
Complementary color
Monochromatic Colors of #1F3B45
Black with #1F3B45
Text Example
Text Example
White with #1F3B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3B45; }
p { color: rgb(31,59,69); }
H1.HeaderClassName
{
color: #1F3B45;
}
.AnyTagClassName
{
color: #1F3B45;
}
</style>
background-color css
<style>
a { background-color: #1F3B45; }
a { background-color: rgb(31,59,69); }
div.DivClassName
{
background-color: #1F3B45;
}
.BgClassName
{
background-color: #1F3B45;
}
</style>
border-color css
<style>
span { border-color: #1F3B45; }
span { border-color: rgb(31,59,69); }
td.TdClassName
{
border-color: #1F3B45;
}
.TagClassName
{
border-color: #1F3B45;
}
</style>