#182B38

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

Shades of Tangaroa #182B38

Tints of Tangaroa #182B38

Color information

#182B38 (or 0x182B38) is unknown color: approx Tangaroa. HEX triplet: 18, 2B and 38. RGB value is (24,43,56). Sum of RGB (Red+Green+Blue) = 24+43+56=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 43 (17.19% from 255 or 34.96% from 123); Blue value is 56 (22.27% from 255 or 45.53% from 123); Max value from RGB is 56 - color contains mainly: blue. Hex color #182B38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182B38 is #E7D4C7. Grayscale: #262626. Windows color (decimal): -15193288 or 3681048. OLE color: 3681048.

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

Color convert

RGB244356-
CMYK0.570.2300.78
HSL204.38º40%15.69%-
HSV(B)204.38º57.14%21.96%-
XYZ1.952.214.06-
YUV38.8137.71117.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.51%
GREEN value IS 43 (17.19% from 255) = 34.96%
BLUE value IS 56 (22.27% from 255) = 45.53%
R=19.51%
G=34.96%
B=45.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2443560.570.2300.78204.384015.69
Hex182B38391704Ecc2810
Octal305370712701163145020
Binary1100010101111100011100110111010011101100110010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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