Shades of Tangaroa #182B37
Tints of Tangaroa #182B37
RGB
CMYK
RGB Variations
Color information
#182B37 (or 0x182B37) is known color: Tangaroa. HEX triplet: 18, 2B and 37. RGB value is (24,43,55). Sum of RGB (Red+Green+Blue) = 24+43+55=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 43 (17.19% from 255 or 35.25% from 122); Blue value is 55 (21.88% from 255 or 45.08% from 122); Max value from RGB is 55 - color contains mainly: blue. Hex color #182B37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182B37 is #E7D4C8. Grayscale: #262626. Windows color (decimal): -15193289 or 3615512. OLE color: 3615512.
HSL color Cylindrical-coordinate representation of color #182B37: hue angle of 203.23º 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 #182B37 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 43 | 55 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.78 |
| HSL | 203.23º | 0.39% | 0.15% | - |
| HSV(B) | 203.23º | 0.56% | 0.22% | - |
| XYZ | 1.93 | 2.2 | 3.94 | - |
| YUV | 38.69 | 137.21 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 43 | 55 | 0.56 | 0.22 | 0 | 0.78 | 203.23 | 0.39 | 0.15 |
| Hex | 18 | 2B | 37 | 38 | 16 | 0 | 4E | CB | 27 | F |
| Octal | 30 | 53 | 67 | 70 | 26 | 0 | 116 | 313 | 47 | 17 |
| Binary | 11000 | 101011 | 110111 | 111000 | 10110 | 0 | 1001110 | 11001011 | 100111 | 1111 |
Color Harmonies of #182B37
Complementary color
Monochromatic Colors of #182B37
Black with #182B37
Text Example
Text Example
White with #182B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182B37; }
p { color: rgb(24,43,55); }
H1.HeaderClassName
{
color: #182B37;
}
.AnyTagClassName
{
color: #182B37;
}
</style>
background-color css
<style>
a { background-color: #182B37; }
a { background-color: rgb(24,43,55); }
div.DivClassName
{
background-color: #182B37;
}
.BgClassName
{
background-color: #182B37;
}
</style>
border-color css
<style>
span { border-color: #182B37; }
span { border-color: rgb(24,43,55); }
td.TdClassName
{
border-color: #182B37;
}
.TagClassName
{
border-color: #182B37;
}
</style>