Shades of Tangaroa #1E2B37
Tints of Tangaroa #1E2B37
RGB
CMYK
RGB Variations
Color information
#1E2B37 (or 0x1E2B37) is known color: Tangaroa. HEX triplet: 1E, 2B and 37. RGB value is (30,43,55). Sum of RGB (Red+Green+Blue) = 30+43+55=128 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.44% from 128); Green value is 43 (17.19% from 255 or 33.59% from 128); Blue value is 55 (21.88% from 255 or 42.97% from 128); Max value from RGB is 55 - color contains mainly: blue. Hex color #1E2B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2B37 is #E1D4C8. Grayscale: #282828. Windows color (decimal): -14800073 or 3615518. OLE color: 3615518.
HSL color Cylindrical-coordinate representation of color #1E2B37: hue angle of 208.8º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1E2B37 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 43 | 55 | - |
| CMYK | 0.45 | 0.22 | 0 | 0.78 |
| HSL | 208.8º | 0.29% | 0.17% | - |
| HSV(B) | 208.8º | 0.45% | 0.22% | - |
| XYZ | 2.09 | 2.28 | 3.94 | - |
| YUV | 40.48 | 136.19 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 43 | 55 | 0.45 | 0.22 | 0 | 0.78 | 208.8 | 0.29 | 0.17 |
| Hex | 1E | 2B | 37 | 2D | 16 | 0 | 4E | D1 | 1D | 11 |
| Octal | 36 | 53 | 67 | 55 | 26 | 0 | 116 | 321 | 35 | 21 |
| Binary | 11110 | 101011 | 110111 | 101101 | 10110 | 0 | 1001110 | 11010001 | 11101 | 10001 |
Color Harmonies of #1E2B37
Complementary color
Monochromatic Colors of #1E2B37
Black with #1E2B37
Text Example
Text Example
White with #1E2B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2B37; }
p { color: rgb(30,43,55); }
H1.HeaderClassName
{
color: #1E2B37;
}
.AnyTagClassName
{
color: #1E2B37;
}
</style>
background-color css
<style>
a { background-color: #1E2B37; }
a { background-color: rgb(30,43,55); }
div.DivClassName
{
background-color: #1E2B37;
}
.BgClassName
{
background-color: #1E2B37;
}
</style>
border-color css
<style>
span { border-color: #1E2B37; }
span { border-color: rgb(30,43,55); }
td.TdClassName
{
border-color: #1E2B37;
}
.TagClassName
{
border-color: #1E2B37;
}
</style>