#183740

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

Shades of Nordic #183740

Tints of Nordic #183740

Color information

#183740 (or 0x183740) is unknown color: approx Nordic. HEX triplet: 18, 37 and 40. RGB value is (24,55,64). Sum of RGB (Red+Green+Blue) = 24+55+64=143 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.78% from 143); Green value is 55 (21.88% from 255 or 38.46% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 64 - color contains mainly: blue. Hex color #183740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183740 is #E7C8BF. Grayscale: #2E2E2E. Windows color (decimal): -15190208 or 4208408. OLE color: 4208408.

HSL color Cylindrical-coordinate representation of color #183740: hue angle of 193.5º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #183740 is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB245564-
CMYK0.620.1400.75
HSL193.5º45.45%17.25%-
HSV(B)193.5º62.5%25.1%-
XYZ2.673.35.35-
YUV46.76137.73111.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.78%
GREEN value IS 55 (21.88% from 255) = 38.46%
BLUE value IS 64 (25.39% from 255) = 44.76%
R=16.78%
G=38.46%
B=44.76%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2455640.620.1400.75193.545.4517.25
Hex1837403EE04Bc22d11
Octal3067100761601133025521
Binary1100011011110000001111101110010010111100001010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183740; }

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

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

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

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

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

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

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

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