#18373A

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

Shades of Nordic #18373A

Tints of Nordic #18373A

Color information

#18373A (or 0x18373A) is unknown color: approx Nordic. HEX triplet: 18, 37 and 3A. RGB value is (24,55,58). Sum of RGB (Red+Green+Blue) = 24+55+58=137 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.52% from 137); Green value is 55 (21.88% from 255 or 40.15% from 137); Blue value is 58 (23.05% from 255 or 42.34% from 137); Max value from RGB is 58 - color contains mainly: blue. Hex color #18373A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18373A is #E7C8C5. Grayscale: #2E2E2E. Windows color (decimal): -15190214 or 3815192. OLE color: 3815192.

HSL color Cylindrical-coordinate representation of color #18373A: hue angle of 185.29º 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 #18373A is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB245558-
CMYK0.590.0500.77
HSL185.29º41.46%16.08%-
HSV(B)185.29º58.62%22.75%-
XYZ2.513.234.49-
YUV46.07134.73112.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.52%
GREEN value IS 55 (21.88% from 255) = 40.15%
BLUE value IS 58 (23.05% from 255) = 42.34%
R=17.52%
G=40.15%
B=42.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2455580.590.0500.77185.2941.4616.08
Hex18373A3B504Db92910
Octal30677273501152715120
Binary11000110111111010111011101010011011011100110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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