#18273A

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

Shades of Tangaroa #18273A

Tints of Tangaroa #18273A

Color information

#18273A (or 0x18273A) is unknown color: approx Tangaroa. HEX triplet: 18, 27 and 3A. RGB value is (24,39,58). Sum of RGB (Red+Green+Blue) = 24+39+58=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 39 (15.62% from 255 or 32.23% from 121); Blue value is 58 (23.05% from 255 or 47.93% from 121); Max value from RGB is 58 - color contains mainly: blue. Hex color #18273A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18273A is #E7D8C5. Grayscale: #242424. Windows color (decimal): -15194310 or 3811096. OLE color: 3811096.

HSL color Cylindrical-coordinate representation of color #18273A: hue angle of 213.53º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #18273A is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB243958-
CMYK0.590.3300.77
HSL213.53º41.46%16.08%-
HSV(B)213.53º58.62%22.75%-
XYZ1.871.954.28-
YUV36.68140.03118.96-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.83%
GREEN value IS 39 (15.62% from 255) = 32.23%
BLUE value IS 58 (23.05% from 255) = 47.93%
R=19.83%
G=32.23%
B=47.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2439580.590.3300.77213.5341.4616.08
Hex18273A3B2104Dd62910
Octal304772734101153265120
Binary11000100111111010111011100001010011011101011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18273A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18273A; }

 p { color: rgb(24,39,58); }

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

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

 a { background-color: rgb(24,39,58); }

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

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

 span { border-color: rgb(24,39,58); }

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