#182635

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

Shades of Tangaroa #182635

Tints of Tangaroa #182635

Color information

#182635 (or 0x182635) is unknown color: approx Tangaroa. HEX triplet: 18, 26 and 35. RGB value is (24,38,53). Sum of RGB (Red+Green+Blue) = 24+38+53=115 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.87% from 115); Green value is 38 (15.23% from 255 or 33.04% from 115); Blue value is 53 (21.09% from 255 or 46.09% from 115); Max value from RGB is 53 - color contains mainly: blue. Hex color #182635 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182635 is #E7D9CA. Grayscale: #232323. Windows color (decimal): -15194571 or 3483160. OLE color: 3483160.

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

Color convert

RGB243853-
CMYK0.550.2800.79
HSL211.03º37.66%15.1%-
HSV(B)211.03º54.72%20.78%-
XYZ1.711.843.63-
YUV35.52137.86119.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.87%
GREEN value IS 38 (15.23% from 255) = 33.04%
BLUE value IS 53 (21.09% from 255) = 46.09%
R=20.87%
G=33.04%
B=46.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2438530.550.2800.79211.0337.6615.1
Hex182635371C04Fd326f
Octal304665673401173234617
Binary110001001101101011101111110001001111110100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182635; }

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

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

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

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

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

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

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

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