#18293C

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

Shades of Tangaroa #18293C

Tints of Tangaroa #18293C

Color information

#18293C (or 0x18293C) is unknown color: approx Tangaroa. HEX triplet: 18, 29 and 3C. RGB value is (24,41,60). Sum of RGB (Red+Green+Blue) = 24+41+60=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 41 (16.41% from 255 or 32.8% from 125); Blue value is 60 (23.83% from 255 or 48% from 125); Max value from RGB is 60 - color contains mainly: blue. Hex color #18293C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18293C is #E7D6C3. Grayscale: #252525. Windows color (decimal): -15193796 or 3942680. OLE color: 3942680.

HSL color Cylindrical-coordinate representation of color #18293C: hue angle of 211.67º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #18293C is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB244160-
CMYK0.600.3200.76
HSL211.67º42.86%16.47%-
HSV(B)211.67º60%23.53%-
XYZ1.992.114.58-
YUV38.08140.37117.96-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.2%
GREEN value IS 41 (16.41% from 255) = 32.8%
BLUE value IS 60 (23.83% from 255) = 48%
R=19.2%
G=32.8%
B=48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2441600.600.3200.76211.6742.8616.47
Hex18293C3C2004Cd42b10
Octal305174744001143245320
Binary11000101001111100111100100000010011001101010010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18293C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18293C; }

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

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

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

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

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

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

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

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