#182435

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

Shades of Tangaroa #182435

Tints of Tangaroa #182435

Color information

#182435 (or 0x182435) is unknown color: approx Tangaroa. HEX triplet: 18, 24 and 35. RGB value is (24,36,53). Sum of RGB (Red+Green+Blue) = 24+36+53=113 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.24% from 113); Green value is 36 (14.45% from 255 or 31.86% from 113); Blue value is 53 (21.09% from 255 or 46.90% from 113); Max value from RGB is 53 - color contains mainly: blue. Hex color #182435 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182435 is #E7DBCA. Grayscale: #222222. Windows color (decimal): -15195083 or 3482648. OLE color: 3482648.

HSL color Cylindrical-coordinate representation of color #182435: hue angle of 215.17º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #182435 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB243653-
CMYK0.550.3200.79
HSL215.17º37.66%15.1%-
HSV(B)215.17º54.72%20.78%-
XYZ1.651.713.61-
YUV34.35138.52120.62-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.24%
GREEN value IS 36 (14.45% from 255) = 31.86%
BLUE value IS 53 (21.09% from 255) = 46.90%
R=21.24%
G=31.86%
B=46.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2436530.550.3200.79215.1737.6615.1
Hex182435372004Fd726f
Octal304465674001173274617
Binary1100010010011010111011110000001001111110101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182435; }

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

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

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

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

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

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

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

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