#18393D

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

Shades of Nordic #18393D

Tints of Nordic #18393D

Color information

#18393D (or 0x18393D) is unknown color: approx Nordic. HEX triplet: 18, 39 and 3D. RGB value is (24,57,61). Sum of RGB (Red+Green+Blue) = 24+57+61=142 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.90% from 142); Green value is 57 (22.66% from 255 or 40.14% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 61 - color contains mainly: blue. Hex color #18393D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18393D is #E7C6C2. Grayscale: #2F2F2F. Windows color (decimal): -15189699 or 4012312. OLE color: 4012312.

HSL color Cylindrical-coordinate representation of color #18393D: hue angle of 186.49º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #18393D is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB245761-
CMYK0.610.0700.76
HSL186.49º43.53%16.67%-
HSV(B)186.49º60.66%23.92%-
XYZ2.683.464.94-
YUV47.59135.57111.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.90%
GREEN value IS 57 (22.66% from 255) = 40.14%
BLUE value IS 61 (24.22% from 255) = 42.96%
R=16.90%
G=40.14%
B=42.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2457610.610.0700.76186.4943.5316.67
Hex18393D3D704Cba2c11
Octal30717575701142725421
Binary11000111001111101111101111010011001011101010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18393D; }

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

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

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

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

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

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

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

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