Shades of Tangaroa #18283A
Tints of Tangaroa #18283A
RGB
CMYK
RGB Variations
Color information
#18283A (or 0x18283A) is known color: Tangaroa. HEX triplet: 18, 28 and 3A. RGB value is (24,40,58). Sum of RGB (Red+Green+Blue) = 24+40+58=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 40 (16.02% from 255 or 32.79% from 122); Blue value is 58 (23.05% from 255 or 47.54% from 122); Max value from RGB is 58 - color contains mainly: blue. Hex color #18283A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18283A is #E7D7C5. Grayscale: #252525. Windows color (decimal): -15194054 or 3811352. OLE color: 3811352.
HSL color Cylindrical-coordinate representation of color #18283A: hue angle of 211.76º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #18283A is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 24 | 40 | 58 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.77 |
| HSL | 211.76º | 0.41% | 0.16% | - |
| HSV(B) | 211.76º | 0.59% | 0.23% | - |
| XYZ | 1.9 | 2.02 | 4.29 | - |
| YUV | 37.27 | 139.7 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 40 | 58 | 0.59 | 0.31 | 0 | 0.77 | 211.76 | 0.41 | 0.16 |
| Hex | 18 | 28 | 3A | 3B | 1F | 0 | 4D | D4 | 29 | 10 |
| Octal | 30 | 50 | 72 | 73 | 37 | 0 | 115 | 324 | 51 | 20 |
| Binary | 11000 | 101000 | 111010 | 111011 | 11111 | 0 | 1001101 | 11010100 | 101001 | 10000 |
Color Harmonies of #18283A
Complementary color
Monochromatic Colors of #18283A
Black with #18283A
Text Example
Text Example
White with #18283A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18283A; }
p { color: rgb(24,40,58); }
H1.HeaderClassName
{
color: #18283A;
}
.AnyTagClassName
{
color: #18283A;
}
</style>
background-color css
<style>
a { background-color: #18283A; }
a { background-color: rgb(24,40,58); }
div.DivClassName
{
background-color: #18283A;
}
.BgClassName
{
background-color: #18283A;
}
</style>
border-color css
<style>
span { border-color: #18283A; }
span { border-color: rgb(24,40,58); }
td.TdClassName
{
border-color: #18283A;
}
.TagClassName
{
border-color: #18283A;
}
</style>