Shades of Tarawera #1E3B49
Tints of Tarawera #1E3B49
RGB
CMYK
RGB Variations
Color information
#1E3B49 (or 0x1E3B49) is known color: Tarawera. HEX triplet: 1E, 3B and 49. RGB value is (30,59,73). Sum of RGB (Red+Green+Blue) = 30+59+73=162 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.52% from 162); Green value is 59 (23.44% from 255 or 36.42% from 162); Blue value is 73 (28.91% from 255 or 45.06% from 162); Max value from RGB is 73 - color contains mainly: blue. Hex color #1E3B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3B49 is #E1C4B6. Grayscale: #333333. Windows color (decimal): -14795959 or 4799262. OLE color: 4799262.
HSL color Cylindrical-coordinate representation of color #1E3B49: hue angle of 199.53º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1E3B49 is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 30 | 59 | 73 | - |
| CMYK | 0.59 | 0.19 | 0 | 0.71 |
| HSL | 199.53º | 0.42% | 0.2% | - |
| HSV(B) | 199.53º | 0.59% | 0.29% | - |
| XYZ | 3.3 | 3.88 | 6.88 | - |
| YUV | 51.93 | 139.89 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 59 | 73 | 0.59 | 0.19 | 0 | 0.71 | 199.53 | 0.42 | 0.2 |
| Hex | 1E | 3B | 49 | 3B | 13 | 0 | 47 | C8 | 2A | 14 |
| Octal | 36 | 73 | 111 | 73 | 23 | 0 | 107 | 310 | 52 | 24 |
| Binary | 11110 | 111011 | 1001001 | 111011 | 10011 | 0 | 1000111 | 11001000 | 101010 | 10100 |
Color Harmonies of #1E3B49
Complementary color
Monochromatic Colors of #1E3B49
Black with #1E3B49
Text Example
Text Example
White with #1E3B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3B49; }
p { color: rgb(30,59,73); }
H1.HeaderClassName
{
color: #1E3B49;
}
.AnyTagClassName
{
color: #1E3B49;
}
</style>
background-color css
<style>
a { background-color: #1E3B49; }
a { background-color: rgb(30,59,73); }
div.DivClassName
{
background-color: #1E3B49;
}
.BgClassName
{
background-color: #1E3B49;
}
</style>
border-color css
<style>
span { border-color: #1E3B49; }
span { border-color: rgb(30,59,73); }
td.TdClassName
{
border-color: #1E3B49;
}
.TagClassName
{
border-color: #1E3B49;
}
</style>