#183237

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

Shades of Nordic #183237

Tints of Nordic #183237

Color information

#183237 (or 0x183237) is unknown color: approx Nordic. HEX triplet: 18, 32 and 37. RGB value is (24,50,55). Sum of RGB (Red+Green+Blue) = 24+50+55=129 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.60% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 55 (21.88% from 255 or 42.64% from 129); Max value from RGB is 55 - color contains mainly: blue. Hex color #183237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183237 is #E7CDC8. Grayscale: #2A2A2A. Windows color (decimal): -15191497 or 3617304. OLE color: 3617304.

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

Color convert

RGB245055-
CMYK0.560.0900.78
HSL189.68º39.24%15.49%-
HSV(B)189.68º56.36%21.57%-
XYZ2.212.754.03-
YUV42.8134.89114.59-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.60%
GREEN value IS 50 (19.92% from 255) = 38.76%
BLUE value IS 55 (21.88% from 255) = 42.64%
R=18.60%
G=38.76%
B=42.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2450550.560.0900.78189.6839.2415.49
Hex18323738904Ebe27f
Octal306267701101162764717
Binary11000110010110111111000100101001110101111101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183237; }

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

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

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

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

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

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

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

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