Shades of Tangaroa #18303C
Tints of Tangaroa #18303C
RGB
CMYK
RGB Variations
Color information
#18303C (or 0x18303C) is known color: Tangaroa. HEX triplet: 18, 30 and 3C. RGB value is (24,48,60). Sum of RGB (Red+Green+Blue) = 24+48+60=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 60 (23.83% from 255 or 45.45% from 132); Max value from RGB is 60 - color contains mainly: blue. Hex color #18303C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18303C is #E7CFC3. Grayscale: #2A2A2A. Windows color (decimal): -15192004 or 3944472. OLE color: 3944472.
HSL color Cylindrical-coordinate representation of color #18303C: hue angle of 200º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #18303C is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 24 | 48 | 60 | - |
| CMYK | 0.60 | 0.20 | 0 | 0.76 |
| HSL | 200º | 0.43% | 0.16% | - |
| HSV(B) | 200º | 0.6% | 0.24% | - |
| XYZ | 2.25 | 2.63 | 4.66 | - |
| YUV | 42.19 | 138.05 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 48 | 60 | 0.60 | 0.20 | 0 | 0.76 | 200 | 0.43 | 0.16 |
| Hex | 18 | 30 | 3C | 3C | 14 | 0 | 4C | C8 | 2B | 10 |
| Octal | 30 | 60 | 74 | 74 | 24 | 0 | 114 | 310 | 53 | 20 |
| Binary | 11000 | 110000 | 111100 | 111100 | 10100 | 0 | 1001100 | 11001000 | 101011 | 10000 |
Color Harmonies of #18303C
Complementary color
Monochromatic Colors of #18303C
Black with #18303C
Text Example
Text Example
White with #18303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18303C; }
p { color: rgb(24,48,60); }
H1.HeaderClassName
{
color: #18303C;
}
.AnyTagClassName
{
color: #18303C;
}
</style>
background-color css
<style>
a { background-color: #18303C; }
a { background-color: rgb(24,48,60); }
div.DivClassName
{
background-color: #18303C;
}
.BgClassName
{
background-color: #18303C;
}
</style>
border-color css
<style>
span { border-color: #18303C; }
span { border-color: rgb(24,48,60); }
td.TdClassName
{
border-color: #18303C;
}
.TagClassName
{
border-color: #18303C;
}
</style>