#183037

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

Shades of Nordic #183037

Tints of Nordic #183037

Color information

#183037 (or 0x183037) is unknown color: approx Nordic. HEX triplet: 18, 30 and 37. RGB value is (24,48,55). Sum of RGB (Red+Green+Blue) = 24+48+55=127 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.90% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 55 (21.88% from 255 or 43.31% from 127); Max value from RGB is 55 - color contains mainly: blue. Hex color #183037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183037 is #E7CFC8. Grayscale: #292929. Windows color (decimal): -15192009 or 3616792. OLE color: 3616792.

HSL color Cylindrical-coordinate representation of color #183037: hue angle of 193.55º 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 #183037 is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB244855-
CMYK0.560.1300.78
HSL193.55º39.24%15.49%-
HSV(B)193.55º56.36%21.57%-
XYZ2.122.584-
YUV41.62135.55115.43-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.90%
GREEN value IS 48 (19.14% from 255) = 37.80%
BLUE value IS 55 (21.88% from 255) = 43.31%
R=18.90%
G=37.80%
B=43.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2448550.560.1300.78193.5539.2415.49
Hex18303738D04Ec227f
Octal306067701501163024717
Binary11000110000110111111000110101001110110000101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183037; }

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

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

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

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

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

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

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

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