Shades of Tangaroa #1E2B36
Tints of Tangaroa #1E2B36
RGB
CMYK
RGB Variations
Color information
#1E2B36 (or 0x1E2B36) is known color: Tangaroa. HEX triplet: 1E, 2B and 36. RGB value is (30,43,54). Sum of RGB (Red+Green+Blue) = 30+43+54=127 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.62% from 127); Green value is 43 (17.19% from 255 or 33.86% from 127); Blue value is 54 (21.48% from 255 or 42.52% from 127); Max value from RGB is 54 - color contains mainly: blue. Hex color #1E2B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2B36 is #E1D4C9. Grayscale: #282828. Windows color (decimal): -14800074 or 3549982. OLE color: 3549982.
HSL color Cylindrical-coordinate representation of color #1E2B36: hue angle of 207.5º 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 #1E2B36 is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 30 | 43 | 54 | - |
| CMYK | 0.44 | 0.20 | 0 | 0.79 |
| HSL | 207.5º | 0.29% | 0.16% | - |
| HSV(B) | 207.5º | 0.44% | 0.21% | - |
| XYZ | 2.07 | 2.27 | 3.82 | - |
| YUV | 40.37 | 135.69 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 43 | 54 | 0.44 | 0.20 | 0 | 0.79 | 207.5 | 0.29 | 0.16 |
| Hex | 1E | 2B | 36 | 2C | 14 | 0 | 4F | D0 | 1D | 10 |
| Octal | 36 | 53 | 66 | 54 | 24 | 0 | 117 | 320 | 35 | 20 |
| Binary | 11110 | 101011 | 110110 | 101100 | 10100 | 0 | 1001111 | 11010000 | 11101 | 10000 |
Color Harmonies of #1E2B36
Complementary color
Monochromatic Colors of #1E2B36
Black with #1E2B36
Text Example
Text Example
White with #1E2B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2B36; }
p { color: rgb(30,43,54); }
H1.HeaderClassName
{
color: #1E2B36;
}
.AnyTagClassName
{
color: #1E2B36;
}
</style>
background-color css
<style>
a { background-color: #1E2B36; }
a { background-color: rgb(30,43,54); }
div.DivClassName
{
background-color: #1E2B36;
}
.BgClassName
{
background-color: #1E2B36;
}
</style>
border-color css
<style>
span { border-color: #1E2B36; }
span { border-color: rgb(30,43,54); }
td.TdClassName
{
border-color: #1E2B36;
}
.TagClassName
{
border-color: #1E2B36;
}
</style>