#182D39

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

Shades of Tangaroa #182D39

Tints of Tangaroa #182D39

Color information

#182D39 (or 0x182D39) is unknown color: approx Tangaroa. HEX triplet: 18, 2D and 39. RGB value is (24,45,57). Sum of RGB (Red+Green+Blue) = 24+45+57=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 45 (17.97% from 255 or 35.71% from 126); Blue value is 57 (22.66% from 255 or 45.24% from 126); Max value from RGB is 57 - color contains mainly: blue. Hex color #182D39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182D39 is #E7D2C6. Grayscale: #282828. Windows color (decimal): -15192775 or 3747096. OLE color: 3747096.

HSL color Cylindrical-coordinate representation of color #182D39: hue angle of 201.82º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #182D39 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB244557-
CMYK0.580.2100.78
HSL201.82º40.74%15.88%-
HSV(B)201.82º57.89%22.35%-
XYZ2.052.374.22-
YUV40.09137.54116.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.05%
GREEN value IS 45 (17.97% from 255) = 35.71%
BLUE value IS 57 (22.66% from 255) = 45.24%
R=19.05%
G=35.71%
B=45.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2445570.580.2100.78201.8240.7415.88
Hex182D393A1504Eca2910
Octal305571722501163125120
Binary1100010110111100111101010101010011101100101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,45,57); }

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

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

 a { background-color: rgb(24,45,57); }

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

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

 span { border-color: rgb(24,45,57); }

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