Shades of Tangaroa #1E2A36
Tints of Tangaroa #1E2A36
RGB
CMYK
RGB Variations
Color information
#1E2A36 (or 0x1E2A36) is known color: Tangaroa. HEX triplet: 1E, 2A and 36. RGB value is (30,42,54). Sum of RGB (Red+Green+Blue) = 30+42+54=126 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.81% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 54 (21.48% from 255 or 42.86% from 126); Max value from RGB is 54 - color contains mainly: blue. Hex color #1E2A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2A36 is #E1D5C9. Grayscale: #272727. Windows color (decimal): -14800330 or 3549726. OLE color: 3549726.
HSL color Cylindrical-coordinate representation of color #1E2A36: hue angle of 210º 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 #1E2A36 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 30 | 42 | 54 | - |
| CMYK | 0.44 | 0.22 | 0 | 0.79 |
| HSL | 210º | 0.29% | 0.16% | - |
| HSV(B) | 210º | 0.44% | 0.21% | - |
| XYZ | 2.03 | 2.2 | 3.81 | - |
| YUV | 39.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 42 | 54 | 0.44 | 0.22 | 0 | 0.79 | 210 | 0.29 | 0.16 |
| Hex | 1E | 2A | 36 | 2C | 16 | 0 | 4F | D2 | 1D | 10 |
| Octal | 36 | 52 | 66 | 54 | 26 | 0 | 117 | 322 | 35 | 20 |
| Binary | 11110 | 101010 | 110110 | 101100 | 10110 | 0 | 1001111 | 11010010 | 11101 | 10000 |
Color Harmonies of #1E2A36
Complementary color
Monochromatic Colors of #1E2A36
Black with #1E2A36
Text Example
Text Example
White with #1E2A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2A36; }
p { color: rgb(30,42,54); }
H1.HeaderClassName
{
color: #1E2A36;
}
.AnyTagClassName
{
color: #1E2A36;
}
</style>
background-color css
<style>
a { background-color: #1E2A36; }
a { background-color: rgb(30,42,54); }
div.DivClassName
{
background-color: #1E2A36;
}
.BgClassName
{
background-color: #1E2A36;
}
</style>
border-color css
<style>
span { border-color: #1E2A36; }
span { border-color: rgb(30,42,54); }
td.TdClassName
{
border-color: #1E2A36;
}
.TagClassName
{
border-color: #1E2A36;
}
</style>