#182E32

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

Shades of Nordic #182E32

Tints of Nordic #182E32

Color information

#182E32 (or 0x182E32) is unknown color: approx Nordic. HEX triplet: 18, 2E and 32. RGB value is (24,46,50). Sum of RGB (Red+Green+Blue) = 24+46+50=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 46 (18.36% from 255 or 38.33% from 120); Blue value is 50 (19.92% from 255 or 41.67% from 120); Max value from RGB is 50 - color contains mainly: blue. Hex color #182E32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182E32 is #E7D1CD. Grayscale: #272727. Windows color (decimal): -15192526 or 3288600. OLE color: 3288600.

HSL color Cylindrical-coordinate representation of color #182E32: hue angle of 189.23º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #182E32 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB244650-
CMYK0.520.0800.80
HSL189.23º35.14%14.51%-
HSV(B)189.23º52%19.61%-
XYZ1.932.383.38-
YUV39.88133.71116.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20%
GREEN value IS 46 (18.36% from 255) = 38.33%
BLUE value IS 50 (19.92% from 255) = 41.67%
R=20%
G=38.33%
B=41.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2446500.520.0800.80189.2335.1414.51
Hex182E32348050bd23f
Octal305662641001202754317
Binary11000101110110010110100100001010000101111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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