Shades of Tangaroa #1E2C36
Tints of Tangaroa #1E2C36
RGB
CMYK
RGB Variations
Color information
#1E2C36 (or 0x1E2C36) is known color: Tangaroa. HEX triplet: 1E, 2C and 36. RGB value is (30,44,54). Sum of RGB (Red+Green+Blue) = 30+44+54=128 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.44% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 54 (21.48% from 255 or 42.19% from 128); Max value from RGB is 54 - color contains mainly: blue. Hex color #1E2C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2C36 is #E1D3C9. Grayscale: #282828. Windows color (decimal): -14799818 or 3550238. OLE color: 3550238.
HSL color Cylindrical-coordinate representation of color #1E2C36: hue angle of 205º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1E2C36 is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 30 | 44 | 54 | - |
| CMYK | 0.44 | 0.19 | 0 | 0.79 |
| HSL | 205º | 0.29% | 0.16% | - |
| HSV(B) | 205º | 0.44% | 0.21% | - |
| XYZ | 2.1 | 2.34 | 3.83 | - |
| YUV | 40.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 44 | 54 | 0.44 | 0.19 | 0 | 0.79 | 205 | 0.29 | 0.16 |
| Hex | 1E | 2C | 36 | 2C | 13 | 0 | 4F | CD | 1D | 10 |
| Octal | 36 | 54 | 66 | 54 | 23 | 0 | 117 | 315 | 35 | 20 |
| Binary | 11110 | 101100 | 110110 | 101100 | 10011 | 0 | 1001111 | 11001101 | 11101 | 10000 |
Color Harmonies of #1E2C36
Complementary color
Monochromatic Colors of #1E2C36
Black with #1E2C36
Text Example
Text Example
White with #1E2C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2C36; }
p { color: rgb(30,44,54); }
H1.HeaderClassName
{
color: #1E2C36;
}
.AnyTagClassName
{
color: #1E2C36;
}
</style>
background-color css
<style>
a { background-color: #1E2C36; }
a { background-color: rgb(30,44,54); }
div.DivClassName
{
background-color: #1E2C36;
}
.BgClassName
{
background-color: #1E2C36;
}
</style>
border-color css
<style>
span { border-color: #1E2C36; }
span { border-color: rgb(30,44,54); }
td.TdClassName
{
border-color: #1E2C36;
}
.TagClassName
{
border-color: #1E2C36;
}
</style>