#182F39

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

Shades of Tangaroa #182F39

Tints of Tangaroa #182F39

Color information

#182F39 (or 0x182F39) is unknown color: approx Tangaroa. HEX triplet: 18, 2F and 39. RGB value is (24,47,57). Sum of RGB (Red+Green+Blue) = 24+47+57=128 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.75% from 128); Green value is 47 (18.75% from 255 or 36.72% from 128); Blue value is 57 (22.66% from 255 or 44.53% from 128); Max value from RGB is 57 - color contains mainly: blue. Hex color #182F39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182F39 is #E7D0C6. Grayscale: #292929. Windows color (decimal): -15192263 or 3747608. OLE color: 3747608.

HSL color Cylindrical-coordinate representation of color #182F39: hue angle of 198.18º 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 #182F39 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB244757-
CMYK0.580.1800.78
HSL198.18º40.74%15.88%-
HSV(B)198.18º57.89%22.35%-
XYZ2.132.524.25-
YUV41.26136.88115.69-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.75%
GREEN value IS 47 (18.75% from 255) = 36.72%
BLUE value IS 57 (22.66% from 255) = 44.53%
R=18.75%
G=36.72%
B=44.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2447570.580.1800.78198.1840.7415.88
Hex182F393A1204Ec62910
Octal305771722201163065120
Binary1100010111111100111101010010010011101100011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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