#18323A

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

Shades of Nordic #18323A

Tints of Nordic #18323A

Color information

#18323A (or 0x18323A) is unknown color: approx Nordic. HEX triplet: 18, 32 and 3A. RGB value is (24,50,58). Sum of RGB (Red+Green+Blue) = 24+50+58=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 58 (23.05% from 255 or 43.94% from 132); Max value from RGB is 58 - color contains mainly: blue. Hex color #18323A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18323A is #E7CDC5. Grayscale: #2B2B2B. Windows color (decimal): -15191494 or 3813912. OLE color: 3813912.

HSL color Cylindrical-coordinate representation of color #18323A: hue angle of 194.12º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #18323A is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB245058-
CMYK0.590.1400.77
HSL194.12º41.46%16.08%-
HSV(B)194.12º58.62%22.75%-
XYZ2.282.784.42-
YUV43.14136.39114.35-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.18%
GREEN value IS 50 (19.92% from 255) = 37.88%
BLUE value IS 58 (23.05% from 255) = 43.94%
R=18.18%
G=37.88%
B=43.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2450580.590.1400.77194.1241.4616.08
Hex18323A3BE04Dc22910
Octal306272731601153025120
Binary110001100101110101110111110010011011100001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18323A; }

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

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

<style>
 a { background-color: #18323A; }

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

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

<style>
 span { border-color: #18323A; }

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

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