Shades of Tangaroa #1D2C38
Tints of Tangaroa #1D2C38
RGB
CMYK
RGB Variations
Color information
#1D2C38 (or 0x1D2C38) is known color: Tangaroa. HEX triplet: 1D, 2C and 38. RGB value is (29,44,56). Sum of RGB (Red+Green+Blue) = 29+44+56=129 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.48% from 129); Green value is 44 (17.58% from 255 or 34.11% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 56 - color contains mainly: blue. Hex color #1D2C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2C38 is #E2D3C7. Grayscale: #282828. Windows color (decimal): -14865352 or 3681309. OLE color: 3681309.
HSL color Cylindrical-coordinate representation of color #1D2C38: hue angle of 206.67º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1D2C38 is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 44 | 56 | - |
| CMYK | 0.48 | 0.21 | 0 | 0.78 |
| HSL | 206.67º | 0.32% | 0.17% | - |
| HSV(B) | 206.67º | 0.48% | 0.22% | - |
| XYZ | 2.12 | 2.35 | 4.08 | - |
| YUV | 40.88 | 136.53 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 44 | 56 | 0.48 | 0.21 | 0 | 0.78 | 206.67 | 0.32 | 0.17 |
| Hex | 1D | 2C | 38 | 30 | 15 | 0 | 4E | CF | 20 | 11 |
| Octal | 35 | 54 | 70 | 60 | 25 | 0 | 116 | 317 | 40 | 21 |
| Binary | 11101 | 101100 | 111000 | 110000 | 10101 | 0 | 1001110 | 11001111 | 100000 | 10001 |
Color Harmonies of #1D2C38
Complementary color
Monochromatic Colors of #1D2C38
Black with #1D2C38
Text Example
Text Example
White with #1D2C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2C38; }
p { color: rgb(29,44,56); }
H1.HeaderClassName
{
color: #1D2C38;
}
.AnyTagClassName
{
color: #1D2C38;
}
</style>
background-color css
<style>
a { background-color: #1D2C38; }
a { background-color: rgb(29,44,56); }
div.DivClassName
{
background-color: #1D2C38;
}
.BgClassName
{
background-color: #1D2C38;
}
</style>
border-color css
<style>
span { border-color: #1D2C38; }
span { border-color: rgb(29,44,56); }
td.TdClassName
{
border-color: #1D2C38;
}
.TagClassName
{
border-color: #1D2C38;
}
</style>