Shades of Tangaroa #182F37
Tints of Tangaroa #182F37
RGB
CMYK
RGB Variations
Color information
#182F37 (or 0x182F37) is known color: Tangaroa. HEX triplet: 18, 2F and 37. RGB value is (24,47,55). Sum of RGB (Red+Green+Blue) = 24+47+55=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 47 (18.75% from 255 or 37.30% from 126); Blue value is 55 (21.88% from 255 or 43.65% from 126); Max value from RGB is 55 - color contains mainly: blue. Hex color #182F37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182F37 is #E7D0C8. Grayscale: #282828. Windows color (decimal): -15192265 or 3616536. OLE color: 3616536.
HSL color Cylindrical-coordinate representation of color #182F37: hue angle of 195.48º 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 #182F37 is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 47 | 55 | - |
| CMYK | 0.56 | 0.15 | 0 | 0.78 |
| HSL | 195.48º | 0.39% | 0.15% | - |
| HSV(B) | 195.48º | 0.56% | 0.22% | - |
| XYZ | 2.08 | 2.5 | 3.99 | - |
| YUV | 41.04 | 135.88 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 47 | 55 | 0.56 | 0.15 | 0 | 0.78 | 195.48 | 0.39 | 0.15 |
| Hex | 18 | 2F | 37 | 38 | F | 0 | 4E | C3 | 27 | F |
| Octal | 30 | 57 | 67 | 70 | 17 | 0 | 116 | 303 | 47 | 17 |
| Binary | 11000 | 101111 | 110111 | 111000 | 1111 | 0 | 1001110 | 11000011 | 100111 | 1111 |
Color Harmonies of #182F37
Complementary color
Monochromatic Colors of #182F37
Black with #182F37
Text Example
Text Example
White with #182F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182F37; }
p { color: rgb(24,47,55); }
H1.HeaderClassName
{
color: #182F37;
}
.AnyTagClassName
{
color: #182F37;
}
</style>
background-color css
<style>
a { background-color: #182F37; }
a { background-color: rgb(24,47,55); }
div.DivClassName
{
background-color: #182F37;
}
.BgClassName
{
background-color: #182F37;
}
</style>
border-color css
<style>
span { border-color: #182F37; }
span { border-color: rgb(24,47,55); }
td.TdClassName
{
border-color: #182F37;
}
.TagClassName
{
border-color: #182F37;
}
</style>