#112D3D

Color #112D3D Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #112D3D

Tints of Tangaroa #112D3D

Color information

#112D3D (or 0x112D3D) is unknown color: approx 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

RGB174561-
CMYK0.720.2600.76
HSL201.82º56.41%15.29%-
HSV(B)201.82º72.13%23.92%-
XYZ2.012.334.76-
YUV38.45140.72112.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 13.82%
GREEN value IS 45 (17.97% from 255) = 36.59%
BLUE value IS 61 (24.22% from 255) = 49.59%
R=13.82%
G=36.59%
B=49.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1745610.720.2600.76201.8256.4115.29
Hex112D3D481A04Cca38f
Octal2155751103201143127017
Binary1000110110111110110010001101001001100110010101110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>