#183137

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

Shades of Nordic #183137

Tints of Nordic #183137

Color information

#183137 (or 0x183137) is unknown color: approx Nordic. HEX triplet: 18, 31 and 37. RGB value is (24,49,55). Sum of RGB (Red+Green+Blue) = 24+49+55=128 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.75% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 55 (21.88% from 255 or 42.97% from 128); Max value from RGB is 55 - color contains mainly: blue. Hex color #183137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183137 is #E7CEC8. Grayscale: #2A2A2A. Windows color (decimal): -15191753 or 3617048. OLE color: 3617048.

HSL color Cylindrical-coordinate representation of color #183137: hue angle of 191.61º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #183137 is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB244955-
CMYK0.560.1100.78
HSL191.61º39.24%15.49%-
HSV(B)191.61º56.36%21.57%-
XYZ2.162.674.02-
YUV42.21135.22115.01-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.75%
GREEN value IS 49 (19.53% from 255) = 38.28%
BLUE value IS 55 (21.88% from 255) = 42.97%
R=18.75%
G=38.28%
B=42.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2449550.560.1100.78191.6139.2415.49
Hex18313738B04Ec027f
Octal306167701301163004717
Binary11000110001110111111000101101001110110000001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183137; }

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

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

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

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

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

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

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

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