#182E3D

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

Shades of Tangaroa #182E3D

Tints of Tangaroa #182E3D

Color information

#182E3D (or 0x182E3D) is unknown color: approx Tangaroa. HEX triplet: 18, 2E and 3D. RGB value is (24,46,61). Sum of RGB (Red+Green+Blue) = 24+46+61=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 61 - color contains mainly: blue. Hex color #182E3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182E3D is #E7D1C2. Grayscale: #292929. Windows color (decimal): -15192515 or 4009496. OLE color: 4009496.

HSL color Cylindrical-coordinate representation of color #182E3D: hue angle of 204.32º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #182E3D is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB244661-
CMYK0.610.2500.76
HSL204.32º43.53%16.67%-
HSV(B)204.32º60.66%23.92%-
XYZ2.22.494.78-
YUV41.13139.21115.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.32%
GREEN value IS 46 (18.36% from 255) = 35.11%
BLUE value IS 61 (24.22% from 255) = 46.56%
R=18.32%
G=35.11%
B=46.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2446610.610.2500.76204.3243.5316.67
Hex182E3D3D1904Ccc2c11
Octal305675753101143145421
Binary1100010111011110111110111001010011001100110010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182E3D; }

 p { color: rgb(24,46,61); }

 H1.HeaderClassName
 {
   color: #182E3D;
 }
 .AnyTagClassName
 {
   color: #182E3D;
 }
</style>
background-color css

<style>
 a { background-color: #182E3D; }

 a { background-color: rgb(24,46,61); }

 div.DivClassName
 {
   background-color: #182E3D;
 }
 .BgClassName
 {
   background-color: #182E3D;
 }
</style>
border-color css

<style>
 span { border-color: #182E3D; }

 span { border-color: rgb(24,46,61); }

 td.TdClassName
 {
   border-color: #182E3D;
 }
 .TagClassName
 {
   border-color: #182E3D;
 }
</style>