#182E31

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

Shades of Nordic #182E31

Tints of Nordic #182E31

Color information

#182E31 (or 0x182E31) is unknown color: approx Nordic. HEX triplet: 18, 2E and 31. RGB value is (24,46,49). Sum of RGB (Red+Green+Blue) = 24+46+49=119 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.17% from 119); Green value is 46 (18.36% from 255 or 38.66% from 119); Blue value is 49 (19.53% from 255 or 41.18% from 119); Max value from RGB is 49 - color contains mainly: blue. Hex color #182E31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182E31 is #E7D1CE. Grayscale: #272727. Windows color (decimal): -15192527 or 3223064. OLE color: 3223064.

HSL color Cylindrical-coordinate representation of color #182E31: hue angle of 187.2º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #182E31 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB244649-
CMYK0.510.0600.81
HSL187.2º34.25%14.31%-
HSV(B)187.2º51.02%19.22%-
XYZ1.912.373.26-
YUV39.76133.21116.76-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.17%
GREEN value IS 46 (18.36% from 255) = 38.66%
BLUE value IS 49 (19.53% from 255) = 41.18%
R=20.17%
G=38.66%
B=41.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2446490.510.0600.81187.234.2514.31
Hex182E31336051bb22e
Octal30566163601212734216
Binary1100010111011000111001111001010001101110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,46,49); }

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

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

 a { background-color: rgb(24,46,49); }

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

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

 span { border-color: rgb(24,46,49); }

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