#182938

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

Shades of Tangaroa #182938

Tints of Tangaroa #182938

Color information

#182938 (or 0x182938) is unknown color: approx Tangaroa. HEX triplet: 18, 29 and 38. RGB value is (24,41,56). Sum of RGB (Red+Green+Blue) = 24+41+56=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 41 (16.41% from 255 or 33.88% from 121); Blue value is 56 (22.27% from 255 or 46.28% from 121); Max value from RGB is 56 - color contains mainly: blue. Hex color #182938 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182938 is #E7D6C7. Grayscale: #252525. Windows color (decimal): -15193800 or 3680536. OLE color: 3680536.

HSL color Cylindrical-coordinate representation of color #182938: hue angle of 208.12º 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 #182938 is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB244156-
CMYK0.570.2700.78
HSL208.12º40%15.69%-
HSV(B)208.12º57.14%21.96%-
XYZ1.882.074.04-
YUV37.63138.37118.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.83%
GREEN value IS 41 (16.41% from 255) = 33.88%
BLUE value IS 56 (22.27% from 255) = 46.28%
R=19.83%
G=33.88%
B=46.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2441560.570.2700.78208.124015.69
Hex182938391B04Ed02810
Octal305170713301163205020
Binary1100010100111100011100111011010011101101000010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182938; }

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

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

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

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

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

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

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

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