Shades of Tangaroa #1D2E36
Tints of Tangaroa #1D2E36
RGB
CMYK
RGB Variations
Color information
#1D2E36 (or 0x1D2E36) is known color: Tangaroa. HEX triplet: 1D, 2E and 36. RGB value is (29,46,54). Sum of RGB (Red+Green+Blue) = 29+46+54=129 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.48% from 129); Green value is 46 (18.36% from 255 or 35.66% from 129); Blue value is 54 (21.48% from 255 or 41.86% from 129); Max value from RGB is 54 - color contains mainly: blue. Hex color #1D2E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2E36 is #E2D1C9. Grayscale: #292929. Windows color (decimal): -14864842 or 3550749. OLE color: 3550749.
HSL color Cylindrical-coordinate representation of color #1D2E36: hue angle of 199.2º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1D2E36 is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 29 | 46 | 54 | - |
| CMYK | 0.46 | 0.15 | 0 | 0.79 |
| HSL | 199.2º | 0.3% | 0.16% | - |
| HSV(B) | 199.2º | 0.46% | 0.21% | - |
| XYZ | 2.15 | 2.48 | 3.86 | - |
| YUV | 41.83 | 134.87 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 46 | 54 | 0.46 | 0.15 | 0 | 0.79 | 199.2 | 0.3 | 0.16 |
| Hex | 1D | 2E | 36 | 2E | F | 0 | 4F | C7 | 1E | 10 |
| Octal | 35 | 56 | 66 | 56 | 17 | 0 | 117 | 307 | 36 | 20 |
| Binary | 11101 | 101110 | 110110 | 101110 | 1111 | 0 | 1001111 | 11000111 | 11110 | 10000 |
Color Harmonies of #1D2E36
Complementary color
Monochromatic Colors of #1D2E36
Black with #1D2E36
Text Example
Text Example
White with #1D2E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2E36; }
p { color: rgb(29,46,54); }
H1.HeaderClassName
{
color: #1D2E36;
}
.AnyTagClassName
{
color: #1D2E36;
}
</style>
background-color css
<style>
a { background-color: #1D2E36; }
a { background-color: rgb(29,46,54); }
div.DivClassName
{
background-color: #1D2E36;
}
.BgClassName
{
background-color: #1D2E36;
}
</style>
border-color css
<style>
span { border-color: #1D2E36; }
span { border-color: rgb(29,46,54); }
td.TdClassName
{
border-color: #1D2E36;
}
.TagClassName
{
border-color: #1D2E36;
}
</style>