Shades of Tangaroa #031F3A
Tints of Tangaroa #031F3A
RGB
CMYK
RGB Variations
Color information
#031F3A (or 0x031F3A) is known color: Tangaroa. HEX triplet: 03, 1F and 3A. RGB value is (3,31,58). Sum of RGB (Red+Green+Blue) = 3+31+58=92 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.26% from 92); Green value is 31 (12.5% from 255 or 33.70% from 92); Blue value is 58 (23.05% from 255 or 63.04% from 92); Max value from RGB is 58 - color contains mainly: blue. Hex color #031F3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031F3A is #FCE0C5. Grayscale: #191919. Windows color (decimal): -16572614 or 3809027. OLE color: 3809027.
HSL color Cylindrical-coordinate representation of color #031F3A: hue angle of 209.45º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #031F3A is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 3 | 31 | 58 | - |
| CMYK | 0.95 | 0.47 | 0 | 0.77 |
| HSL | 209.45º | 0.9% | 0.12% | - |
| HSV(B) | 209.45º | 0.95% | 0.23% | - |
| XYZ | 1.29 | 1.3 | 4.19 | - |
| YUV | 25.71 | 146.22 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 31 | 58 | 0.95 | 0.47 | 0 | 0.77 | 209.45 | 0.9 | 0.12 |
| Hex | 3 | 1F | 3A | 5F | 2F | 0 | 4D | D1 | 5A | C |
| Octal | 3 | 37 | 72 | 137 | 57 | 0 | 115 | 321 | 132 | 14 |
| Binary | 11 | 11111 | 111010 | 1011111 | 101111 | 0 | 1001101 | 11010001 | 1011010 | 1100 |
Color Harmonies of #031F3A
Complementary color
Monochromatic Colors of #031F3A
Black with #031F3A
Text Example
Text Example
White with #031F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031F3A; }
p { color: rgb(3,31,58); }
H1.HeaderClassName
{
color: #031F3A;
}
.AnyTagClassName
{
color: #031F3A;
}
</style>
background-color css
<style>
a { background-color: #031F3A; }
a { background-color: rgb(3,31,58); }
div.DivClassName
{
background-color: #031F3A;
}
.BgClassName
{
background-color: #031F3A;
}
</style>
border-color css
<style>
span { border-color: #031F3A; }
span { border-color: rgb(3,31,58); }
td.TdClassName
{
border-color: #031F3A;
}
.TagClassName
{
border-color: #031F3A;
}
</style>