Shades of Tangaroa #102E3A
Tints of Tangaroa #102E3A
RGB
CMYK
RGB Variations
Color information
#102E3A (or 0x102E3A) is known color: Tangaroa. HEX triplet: 10, 2E and 3A. RGB value is (16,46,58). Sum of RGB (Red+Green+Blue) = 16+46+58=120 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.33% from 120); Green value is 46 (18.36% from 255 or 38.33% from 120); Blue value is 58 (23.05% from 255 or 48.33% from 120); Max value from RGB is 58 - color contains mainly: blue. Hex color #102E3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102E3A is #EFD1C5. Grayscale: #262626. Windows color (decimal): -15716806 or 3812880. OLE color: 3812880.
HSL color Cylindrical-coordinate representation of color #102E3A: hue angle of 197.14º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #102E3A is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 16 | 46 | 58 | - |
| CMYK | 0.72 | 0.21 | 0 | 0.77 |
| HSL | 197.14º | 0.57% | 0.15% | - |
| HSV(B) | 197.14º | 0.72% | 0.23% | - |
| XYZ | 1.95 | 2.37 | 4.36 | - |
| YUV | 38.4 | 139.06 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 46 | 58 | 0.72 | 0.21 | 0 | 0.77 | 197.14 | 0.57 | 0.15 |
| Hex | 10 | 2E | 3A | 48 | 15 | 0 | 4D | C5 | 39 | F |
| Octal | 20 | 56 | 72 | 110 | 25 | 0 | 115 | 305 | 71 | 17 |
| Binary | 10000 | 101110 | 111010 | 1001000 | 10101 | 0 | 1001101 | 11000101 | 111001 | 1111 |
Color Harmonies of #102E3A
Complementary color
Monochromatic Colors of #102E3A
Black with #102E3A
Text Example
Text Example
White with #102E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102E3A; }
p { color: rgb(16,46,58); }
H1.HeaderClassName
{
color: #102E3A;
}
.AnyTagClassName
{
color: #102E3A;
}
</style>
background-color css
<style>
a { background-color: #102E3A; }
a { background-color: rgb(16,46,58); }
div.DivClassName
{
background-color: #102E3A;
}
.BgClassName
{
background-color: #102E3A;
}
</style>
border-color css
<style>
span { border-color: #102E3A; }
span { border-color: rgb(16,46,58); }
td.TdClassName
{
border-color: #102E3A;
}
.TagClassName
{
border-color: #102E3A;
}
</style>