#182C38

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

Shades of Tangaroa #182C38

Tints of Tangaroa #182C38

Color information

#182C38 (or 0x182C38) is unknown color: approx Tangaroa. HEX triplet: 18, 2C and 38. RGB value is (24,44,56). Sum of RGB (Red+Green+Blue) = 24+44+56=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 56 (22.27% from 255 or 45.16% from 124); Max value from RGB is 56 - color contains mainly: blue. Hex color #182C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182C38 is #E7D3C7. Grayscale: #272727. Windows color (decimal): -15193032 or 3681304. OLE color: 3681304.

HSL color Cylindrical-coordinate representation of color #182C38: hue angle of 202.5º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #182C38 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB244456-
CMYK0.570.2100.78
HSL202.5º40%15.69%-
HSV(B)202.5º57.14%21.96%-
XYZ1.992.284.08-
YUV39.39137.37117.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.35%
GREEN value IS 44 (17.58% from 255) = 35.48%
BLUE value IS 56 (22.27% from 255) = 45.16%
R=19.35%
G=35.48%
B=45.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2444560.570.2100.78202.54015.69
Hex182C38391504Eca2810
Octal305470712501163125020
Binary1100010110011100011100110101010011101100101010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,44,56); }

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

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

 a { background-color: rgb(24,44,56); }

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

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

 span { border-color: rgb(24,44,56); }

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