#182434

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

Shades of Tangaroa #182434

Tints of Tangaroa #182434

Color information

#182434 (or 0x182434) is unknown color: approx Tangaroa. HEX triplet: 18, 24 and 34. RGB value is (24,36,52). Sum of RGB (Red+Green+Blue) = 24+36+52=112 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.43% from 112); Green value is 36 (14.45% from 255 or 32.14% from 112); Blue value is 52 (20.70% from 255 or 46.43% from 112); Max value from RGB is 52 - color contains mainly: blue. Hex color #182434 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182434 is #E7DBCB. Grayscale: #222222. Windows color (decimal): -15195084 or 3417112. OLE color: 3417112.

HSL color Cylindrical-coordinate representation of color #182434: hue angle of 214.29º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #182434 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB243652-
CMYK0.540.3100.80
HSL214.29º36.84%14.9%-
HSV(B)214.29º53.85%20.39%-
XYZ1.631.73.49-
YUV34.24138.02120.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.43%
GREEN value IS 36 (14.45% from 255) = 32.14%
BLUE value IS 52 (20.70% from 255) = 46.43%
R=21.43%
G=32.14%
B=46.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2436520.540.3100.80214.2936.8414.9
Hex182434361F050d625f
Octal304464663701203264517
Binary110001001001101001101101111101010000110101101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182434; }

 p { color: rgb(24,36,52); }

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

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

 a { background-color: rgb(24,36,52); }

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

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

 span { border-color: rgb(24,36,52); }

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