#182535

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

Shades of Tangaroa #182535

Tints of Tangaroa #182535

Color information

#182535 (or 0x182535) is unknown color: approx Tangaroa. HEX triplet: 18, 25 and 35. RGB value is (24,37,53). Sum of RGB (Red+Green+Blue) = 24+37+53=114 (15% of max value = 765). Red value is 24 (9.77% from 255 or 21.05% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 53 (21.09% from 255 or 46.49% from 114); Max value from RGB is 53 - color contains mainly: blue. Hex color #182535 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182535 is #E7DACA. Grayscale: #222222. Windows color (decimal): -15194827 or 3482904. OLE color: 3482904.

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

Color convert

RGB243753-
CMYK0.550.3000.79
HSL213.1º37.66%15.1%-
HSV(B)213.1º54.72%20.78%-
XYZ1.681.773.62-
YUV34.94138.19120.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.05%
GREEN value IS 37 (14.84% from 255) = 32.46%
BLUE value IS 53 (21.09% from 255) = 46.49%
R=21.05%
G=32.46%
B=46.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2437530.550.3000.79213.137.6615.1
Hex182535371E04Fd526f
Octal304565673601173254617
Binary110001001011101011101111111001001111110101011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182535; }

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

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

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

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

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

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

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

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