#182A37

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

Shades of Tangaroa #182A37

Tints of Tangaroa #182A37

Color information

#182A37 (or 0x182A37) is unknown color: approx Tangaroa. HEX triplet: 18, 2A and 37. RGB value is (24,42,55). Sum of RGB (Red+Green+Blue) = 24+42+55=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 42 (16.80% from 255 or 34.71% from 121); Blue value is 55 (21.88% from 255 or 45.45% from 121); Max value from RGB is 55 - color contains mainly: blue. Hex color #182A37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182A37 is #E7D5C8. Grayscale: #262626. Windows color (decimal): -15193545 or 3615256. OLE color: 3615256.

HSL color Cylindrical-coordinate representation of color #182A37: hue angle of 205.16º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #182A37 is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB244255-
CMYK0.560.2400.78
HSL205.16º39.24%15.49%-
HSV(B)205.16º56.36%21.57%-
XYZ1.892.133.92-
YUV38.1137.54117.94-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.83%
GREEN value IS 42 (16.80% from 255) = 34.71%
BLUE value IS 55 (21.88% from 255) = 45.45%
R=19.83%
G=34.71%
B=45.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2442550.560.2400.78205.1639.2415.49
Hex182A37381804Ecd27f
Octal305267703001163154717
Binary110001010101101111110001100001001110110011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182A37; }

 p { color: rgb(24,42,55); }

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

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

 a { background-color: rgb(24,42,55); }

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

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

 span { border-color: rgb(24,42,55); }

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