#182839

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

Shades of Tangaroa #182839

Tints of Tangaroa #182839

Color information

#182839 (or 0x182839) is unknown color: approx Tangaroa. HEX triplet: 18, 28 and 39. RGB value is (24,40,57). Sum of RGB (Red+Green+Blue) = 24+40+57=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 40 (16.02% from 255 or 33.06% from 121); Blue value is 57 (22.66% from 255 or 47.11% from 121); Max value from RGB is 57 - color contains mainly: blue. Hex color #182839 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182839 is #E7D7C6. Grayscale: #252525. Windows color (decimal): -15194055 or 3745816. OLE color: 3745816.

HSL color Cylindrical-coordinate representation of color #182839: hue angle of 210.91º 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 #182839 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB244057-
CMYK0.580.3000.78
HSL210.91º40.74%15.88%-
HSV(B)210.91º57.89%22.35%-
XYZ1.872.014.16-
YUV37.15139.2118.62-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.83%
GREEN value IS 40 (16.02% from 255) = 33.06%
BLUE value IS 57 (22.66% from 255) = 47.11%
R=19.83%
G=33.06%
B=47.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2440570.580.3000.78210.9140.7415.88
Hex1828393A1E04Ed32910
Octal305071723601163235120
Binary1100010100011100111101011110010011101101001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182839; }

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

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

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

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

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

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

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

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