Shades of Tangaroa #1D2D37
Tints of Tangaroa #1D2D37
RGB
CMYK
RGB Variations
Color information
#1D2D37 (or 0x1D2D37) is known color: Tangaroa. HEX triplet: 1D, 2D and 37. RGB value is (29,45,55). Sum of RGB (Red+Green+Blue) = 29+45+55=129 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.48% from 129); Green value is 45 (17.97% from 255 or 34.88% from 129); Blue value is 55 (21.88% from 255 or 42.64% from 129); Max value from RGB is 55 - color contains mainly: blue. Hex color #1D2D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2D37 is #E2D2C8. Grayscale: #292929. Windows color (decimal): -14865097 or 3616029. OLE color: 3616029.
HSL color Cylindrical-coordinate representation of color #1D2D37: hue angle of 203.08º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1D2D37 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 45 | 55 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.78 |
| HSL | 203.08º | 0.31% | 0.16% | - |
| HSV(B) | 203.08º | 0.47% | 0.22% | - |
| XYZ | 2.13 | 2.41 | 3.97 | - |
| YUV | 41.36 | 135.7 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 45 | 55 | 0.47 | 0.18 | 0 | 0.78 | 203.08 | 0.31 | 0.16 |
| Hex | 1D | 2D | 37 | 2F | 12 | 0 | 4E | CB | 1F | 10 |
| Octal | 35 | 55 | 67 | 57 | 22 | 0 | 116 | 313 | 37 | 20 |
| Binary | 11101 | 101101 | 110111 | 101111 | 10010 | 0 | 1001110 | 11001011 | 11111 | 10000 |
Color Harmonies of #1D2D37
Complementary color
Monochromatic Colors of #1D2D37
Black with #1D2D37
Text Example
Text Example
White with #1D2D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2D37; }
p { color: rgb(29,45,55); }
H1.HeaderClassName
{
color: #1D2D37;
}
.AnyTagClassName
{
color: #1D2D37;
}
</style>
background-color css
<style>
a { background-color: #1D2D37; }
a { background-color: rgb(29,45,55); }
div.DivClassName
{
background-color: #1D2D37;
}
.BgClassName
{
background-color: #1D2D37;
}
</style>
border-color css
<style>
span { border-color: #1D2D37; }
span { border-color: rgb(29,45,55); }
td.TdClassName
{
border-color: #1D2D37;
}
.TagClassName
{
border-color: #1D2D37;
}
</style>