Shades of Tangaroa #1D2B35
Tints of Tangaroa #1D2B35
RGB
CMYK
RGB Variations
Color information
#1D2B35 (or 0x1D2B35) is known color: Tangaroa. HEX triplet: 1D, 2B and 35. RGB value is (29,43,53). Sum of RGB (Red+Green+Blue) = 29+43+53=125 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.2% from 125); Green value is 43 (17.19% from 255 or 34.4% from 125); Blue value is 53 (21.09% from 255 or 42.4% from 125); Max value from RGB is 53 - color contains mainly: blue. Hex color #1D2B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2B35 is #E2D4CA. Grayscale: #272727. Windows color (decimal): -14865611 or 3484445. OLE color: 3484445.
HSL color Cylindrical-coordinate representation of color #1D2B35: hue angle of 205º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1D2B35 is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 29 | 43 | 53 | - |
| CMYK | 0.45 | 0.19 | 0 | 0.79 |
| HSL | 205º | 0.29% | 0.16% | - |
| HSV(B) | 205º | 0.45% | 0.21% | - |
| XYZ | 2.01 | 2.25 | 3.7 | - |
| YUV | 39.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 43 | 53 | 0.45 | 0.19 | 0 | 0.79 | 205 | 0.29 | 0.16 |
| Hex | 1D | 2B | 35 | 2D | 13 | 0 | 4F | CD | 1D | 10 |
| Octal | 35 | 53 | 65 | 55 | 23 | 0 | 117 | 315 | 35 | 20 |
| Binary | 11101 | 101011 | 110101 | 101101 | 10011 | 0 | 1001111 | 11001101 | 11101 | 10000 |
Color Harmonies of #1D2B35
Complementary color
Monochromatic Colors of #1D2B35
Black with #1D2B35
Text Example
Text Example
White with #1D2B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2B35; }
p { color: rgb(29,43,53); }
H1.HeaderClassName
{
color: #1D2B35;
}
.AnyTagClassName
{
color: #1D2B35;
}
</style>
background-color css
<style>
a { background-color: #1D2B35; }
a { background-color: rgb(29,43,53); }
div.DivClassName
{
background-color: #1D2B35;
}
.BgClassName
{
background-color: #1D2B35;
}
</style>
border-color css
<style>
span { border-color: #1D2B35; }
span { border-color: rgb(29,43,53); }
td.TdClassName
{
border-color: #1D2B35;
}
.TagClassName
{
border-color: #1D2B35;
}
</style>