#1E393F

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

Shades of Nordic #1E393F

Tints of Nordic #1E393F

Color information

#1E393F (or 0x1E393F) is unknown color: approx Nordic. HEX triplet: 1E, 39 and 3F. RGB value is (30,57,63). Sum of RGB (Red+Green+Blue) = 30+57+63=150 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20% from 150); Green value is 57 (22.66% from 255 or 38% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 63 - color contains mainly: blue. Hex color #1E393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E393F is #E1C6C0. Grayscale: #313131. Windows color (decimal): -14796481 or 4143390. OLE color: 4143390.

HSL color Cylindrical-coordinate representation of color #1E393F: hue angle of 190.91º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1E393F is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB305763-
CMYK0.520.1000.75
HSL190.91º35.48%18.24%-
HSV(B)190.91º52.38%24.71%-
XYZ2.93.565.24-
YUV49.61135.55114.01-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20%
GREEN value IS 57 (22.66% from 255) = 38%
BLUE value IS 63 (25% from 255) = 42%
R=20%
G=38%
B=42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3057630.520.1000.75190.9135.4818.24
Hex1E393F34A04Bbf2312
Octal367177641201132774322
Binary111101110011111111101001010010010111011111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E393F; }

 p { color: rgb(30,57,63); }

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

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

 a { background-color: rgb(30,57,63); }

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

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

 span { border-color: rgb(30,57,63); }

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