#182836

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

Shades of Tangaroa #182836

Tints of Tangaroa #182836

Color information

#182836 (or 0x182836) is unknown color: approx Tangaroa. HEX triplet: 18, 28 and 36. RGB value is (24,40,54). Sum of RGB (Red+Green+Blue) = 24+40+54=118 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.34% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 54 (21.48% from 255 or 45.76% from 118); Max value from RGB is 54 - color contains mainly: blue. Hex color #182836 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182836 is #E7D7C9. Grayscale: #242424. Windows color (decimal): -15194058 or 3549208. OLE color: 3549208.

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

Color convert

RGB244054-
CMYK0.560.2600.79
HSL208º38.46%15.29%-
HSV(B)208º55.56%21.18%-
XYZ1.81.983.78-
YUV36.81137.7118.86-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.34%
GREEN value IS 40 (16.02% from 255) = 33.90%
BLUE value IS 54 (21.48% from 255) = 45.76%
R=20.34%
G=33.90%
B=45.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2440540.560.2600.7920838.4615.29
Hex182836381A04Fd026f
Octal305066703201173204617
Binary110001010001101101110001101001001111110100001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182836; }

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

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

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

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

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

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

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

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