Shades of Tangaroa #182535
Tints of Tangaroa #182535
RGB
CMYK
RGB Variations
Color information
#182535 (or 0x182535) is known color: Tangaroa. HEX triplet: 18, 25 and 35. RGB value is (24,37,53). Sum of RGB (Red+Green+Blue) = 24+37+53=114 (15% of max value = 765). Red value is 24 (9.77% from 255 or 21.05% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 53 (21.09% from 255 or 46.49% from 114); Max value from RGB is 53 - color contains mainly: blue. Hex color #182535 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182535 is #E7DACA. Grayscale: #222222. Windows color (decimal): -15194827 or 3482904. OLE color: 3482904.
HSL color Cylindrical-coordinate representation of color #182535: hue angle of 213.1º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #182535 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 24 | 37 | 53 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.79 |
| HSL | 213.1º | 0.38% | 0.15% | - |
| HSV(B) | 213.1º | 0.55% | 0.21% | - |
| XYZ | 1.68 | 1.77 | 3.62 | - |
| YUV | 34.94 | 138.19 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 37 | 53 | 0.55 | 0.30 | 0 | 0.79 | 213.1 | 0.38 | 0.15 |
| Hex | 18 | 25 | 35 | 37 | 1E | 0 | 4F | D5 | 26 | F |
| Octal | 30 | 45 | 65 | 67 | 36 | 0 | 117 | 325 | 46 | 17 |
| Binary | 11000 | 100101 | 110101 | 110111 | 11110 | 0 | 1001111 | 11010101 | 100110 | 1111 |
Color Harmonies of #182535
Complementary color
Monochromatic Colors of #182535
Black with #182535
Text Example
Text Example
White with #182535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182535; }
p { color: rgb(24,37,53); }
H1.HeaderClassName
{
color: #182535;
}
.AnyTagClassName
{
color: #182535;
}
</style>
background-color css
<style>
a { background-color: #182535; }
a { background-color: rgb(24,37,53); }
div.DivClassName
{
background-color: #182535;
}
.BgClassName
{
background-color: #182535;
}
</style>
border-color css
<style>
span { border-color: #182535; }
span { border-color: rgb(24,37,53); }
td.TdClassName
{
border-color: #182535;
}
.TagClassName
{
border-color: #182535;
}
</style>