Shades of Tangaroa #182A37
Tints of Tangaroa #182A37
RGB
CMYK
RGB Variations
Color information
#182A37 (or 0x182A37) is known color: Tangaroa. HEX triplet: 18, 2A and 37. RGB value is (24,42,55). Sum of RGB (Red+Green+Blue) = 24+42+55=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 42 (16.80% from 255 or 34.71% from 121); Blue value is 55 (21.88% from 255 or 45.45% from 121); Max value from RGB is 55 - color contains mainly: blue. Hex color #182A37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182A37 is #E7D5C8. Grayscale: #262626. Windows color (decimal): -15193545 or 3615256. OLE color: 3615256.
HSL color Cylindrical-coordinate representation of color #182A37: hue angle of 205.16º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #182A37 is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 42 | 55 | - |
| CMYK | 0.56 | 0.24 | 0 | 0.78 |
| HSL | 205.16º | 0.39% | 0.15% | - |
| HSV(B) | 205.16º | 0.56% | 0.22% | - |
| XYZ | 1.89 | 2.13 | 3.92 | - |
| YUV | 38.1 | 137.54 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 42 | 55 | 0.56 | 0.24 | 0 | 0.78 | 205.16 | 0.39 | 0.15 |
| Hex | 18 | 2A | 37 | 38 | 18 | 0 | 4E | CD | 27 | F |
| Octal | 30 | 52 | 67 | 70 | 30 | 0 | 116 | 315 | 47 | 17 |
| Binary | 11000 | 101010 | 110111 | 111000 | 11000 | 0 | 1001110 | 11001101 | 100111 | 1111 |
Color Harmonies of #182A37
Complementary color
Monochromatic Colors of #182A37
Black with #182A37
Text Example
Text Example
White with #182A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182A37; }
p { color: rgb(24,42,55); }
H1.HeaderClassName
{
color: #182A37;
}
.AnyTagClassName
{
color: #182A37;
}
</style>
background-color css
<style>
a { background-color: #182A37; }
a { background-color: rgb(24,42,55); }
div.DivClassName
{
background-color: #182A37;
}
.BgClassName
{
background-color: #182A37;
}
</style>
border-color css
<style>
span { border-color: #182A37; }
span { border-color: rgb(24,42,55); }
td.TdClassName
{
border-color: #182A37;
}
.TagClassName
{
border-color: #182A37;
}
</style>