#182939

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

Shades of Tangaroa #182939

Tints of Tangaroa #182939

Color information

#182939 (or 0x182939) is unknown color: approx Tangaroa. HEX triplet: 18, 29 and 39. RGB value is (24,41,57). Sum of RGB (Red+Green+Blue) = 24+41+57=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 57 (22.66% from 255 or 46.72% from 122); Max value from RGB is 57 - color contains mainly: blue. Hex color #182939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182939 is #E7D6C6. Grayscale: #252525. Windows color (decimal): -15193799 or 3746072. OLE color: 3746072.

HSL color Cylindrical-coordinate representation of color #182939: hue angle of 209.09º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #182939 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB244157-
CMYK0.580.2800.78
HSL209.09º40.74%15.88%-
HSV(B)209.09º57.89%22.35%-
XYZ1.912.084.17-
YUV37.74138.87118.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.67%
GREEN value IS 41 (16.41% from 255) = 33.61%
BLUE value IS 57 (22.66% from 255) = 46.72%
R=19.67%
G=33.61%
B=46.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2441570.580.2800.78209.0940.7415.88
Hex1829393A1C04Ed12910
Octal305171723401163215120
Binary1100010100111100111101011100010011101101000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182939; }

 p { color: rgb(24,41,57); }

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

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

 a { background-color: rgb(24,41,57); }

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

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

 span { border-color: rgb(24,41,57); }

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