Shades of Tangaroa #041E3D
Tints of Tangaroa #041E3D
RGB
CMYK
RGB Variations
Color information
#041E3D (or 0x041E3D) is known color: Tangaroa. HEX triplet: 04, 1E and 3D. RGB value is (4,30,61). Sum of RGB (Red+Green+Blue) = 4+30+61=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 30 (12.11% from 255 or 31.58% from 95); Blue value is 61 (24.22% from 255 or 64.21% from 95); Max value from RGB is 61 - color contains mainly: blue. Hex color #041E3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041E3D is #FBE1C2. Grayscale: #191919. Windows color (decimal): -16507331 or 4005380. OLE color: 4005380.
HSL color Cylindrical-coordinate representation of color #041E3D: hue angle of 212.63º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #041E3D is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 4 | 30 | 61 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.76 |
| HSL | 212.63º | 0.88% | 0.13% | - |
| HSV(B) | 212.63º | 0.93% | 0.24% | - |
| XYZ | 1.36 | 1.29 | 4.59 | - |
| YUV | 25.76 | 147.89 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 30 | 61 | 0.93 | 0.51 | 0 | 0.76 | 212.63 | 0.88 | 0.13 |
| Hex | 4 | 1E | 3D | 5D | 33 | 0 | 4C | D5 | 58 | D |
| Octal | 4 | 36 | 75 | 135 | 63 | 0 | 114 | 325 | 130 | 15 |
| Binary | 100 | 11110 | 111101 | 1011101 | 110011 | 0 | 1001100 | 11010101 | 1011000 | 1101 |
Color Harmonies of #041E3D
Complementary color
Monochromatic Colors of #041E3D
Black with #041E3D
Text Example
Text Example
White with #041E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041E3D; }
p { color: rgb(4,30,61); }
H1.HeaderClassName
{
color: #041E3D;
}
.AnyTagClassName
{
color: #041E3D;
}
</style>
background-color css
<style>
a { background-color: #041E3D; }
a { background-color: rgb(4,30,61); }
div.DivClassName
{
background-color: #041E3D;
}
.BgClassName
{
background-color: #041E3D;
}
</style>
border-color css
<style>
span { border-color: #041E3D; }
span { border-color: rgb(4,30,61); }
td.TdClassName
{
border-color: #041E3D;
}
.TagClassName
{
border-color: #041E3D;
}
</style>