Shades of Tangaroa #182C36
Tints of Tangaroa #182C36
RGB
CMYK
RGB Variations
Color information
#182C36 (or 0x182C36) is known color: Tangaroa. HEX triplet: 18, 2C and 36. RGB value is (24,44,54). Sum of RGB (Red+Green+Blue) = 24+44+54=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 44 (17.58% from 255 or 36.07% from 122); Blue value is 54 (21.48% from 255 or 44.26% from 122); Max value from RGB is 54 - color contains mainly: blue. Hex color #182C36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182C36 is #E7D3C9. Grayscale: #272727. Windows color (decimal): -15193034 or 3550232. OLE color: 3550232.
HSL color Cylindrical-coordinate representation of color #182C36: hue angle of 200º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #182C36 is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 24 | 44 | 54 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.79 |
| HSL | 200º | 0.38% | 0.15% | - |
| HSV(B) | 200º | 0.56% | 0.21% | - |
| XYZ | 1.94 | 2.26 | 3.82 | - |
| YUV | 39.16 | 136.37 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 54 | 0.56 | 0.19 | 0 | 0.79 | 200 | 0.38 | 0.15 |
| Hex | 18 | 2C | 36 | 38 | 13 | 0 | 4F | C8 | 26 | F |
| Octal | 30 | 54 | 66 | 70 | 23 | 0 | 117 | 310 | 46 | 17 |
| Binary | 11000 | 101100 | 110110 | 111000 | 10011 | 0 | 1001111 | 11001000 | 100110 | 1111 |
Color Harmonies of #182C36
Complementary color
Monochromatic Colors of #182C36
Black with #182C36
Text Example
Text Example
White with #182C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182C36; }
p { color: rgb(24,44,54); }
H1.HeaderClassName
{
color: #182C36;
}
.AnyTagClassName
{
color: #182C36;
}
</style>
background-color css
<style>
a { background-color: #182C36; }
a { background-color: rgb(24,44,54); }
div.DivClassName
{
background-color: #182C36;
}
.BgClassName
{
background-color: #182C36;
}
</style>
border-color css
<style>
span { border-color: #182C36; }
span { border-color: rgb(24,44,54); }
td.TdClassName
{
border-color: #182C36;
}
.TagClassName
{
border-color: #182C36;
}
</style>