Shades of Tangaroa #112D3D
Tints of Tangaroa #112D3D
RGB
CMYK
RGB Variations
Color information
#112D3D (or 0x112D3D) is known color: Tangaroa. HEX triplet: 11, 2D and 3D. RGB value is (17,45,61). Sum of RGB (Red+Green+Blue) = 17+45+61=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 45 (17.97% from 255 or 36.59% from 123); Blue value is 61 (24.22% from 255 or 49.59% from 123); Max value from RGB is 61 - color contains mainly: blue. Hex color #112D3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112D3D is #EED2C2. Grayscale: #262626. Windows color (decimal): -15651523 or 4009233. OLE color: 4009233.
HSL color Cylindrical-coordinate representation of color #112D3D: hue angle of 201.82º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #112D3D is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 45 | 61 | - |
| CMYK | 0.72 | 0.26 | 0 | 0.76 |
| HSL | 201.82º | 0.56% | 0.15% | - |
| HSV(B) | 201.82º | 0.72% | 0.24% | - |
| XYZ | 2.01 | 2.33 | 4.76 | - |
| YUV | 38.45 | 140.72 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 45 | 61 | 0.72 | 0.26 | 0 | 0.76 | 201.82 | 0.56 | 0.15 |
| Hex | 11 | 2D | 3D | 48 | 1A | 0 | 4C | CA | 38 | F |
| Octal | 21 | 55 | 75 | 110 | 32 | 0 | 114 | 312 | 70 | 17 |
| Binary | 10001 | 101101 | 111101 | 1001000 | 11010 | 0 | 1001100 | 11001010 | 111000 | 1111 |
Color Harmonies of #112D3D
Complementary color
Monochromatic Colors of #112D3D
Black with #112D3D
Text Example
Text Example
White with #112D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112D3D; }
p { color: rgb(17,45,61); }
H1.HeaderClassName
{
color: #112D3D;
}
.AnyTagClassName
{
color: #112D3D;
}
</style>
background-color css
<style>
a { background-color: #112D3D; }
a { background-color: rgb(17,45,61); }
div.DivClassName
{
background-color: #112D3D;
}
.BgClassName
{
background-color: #112D3D;
}
</style>
border-color css
<style>
span { border-color: #112D3D; }
span { border-color: rgb(17,45,61); }
td.TdClassName
{
border-color: #112D3D;
}
.TagClassName
{
border-color: #112D3D;
}
</style>