#183139

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

Shades of Nordic #183139

Tints of Nordic #183139

Color information

#183139 (or 0x183139) is unknown color: approx Nordic. HEX triplet: 18, 31 and 39. RGB value is (24,49,57). Sum of RGB (Red+Green+Blue) = 24+49+57=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 49 (19.53% from 255 or 37.69% from 130); Blue value is 57 (22.66% from 255 or 43.85% from 130); Max value from RGB is 57 - color contains mainly: blue. Hex color #183139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183139 is #E7CEC6. Grayscale: #2A2A2A. Windows color (decimal): -15191751 or 3748120. OLE color: 3748120.

HSL color Cylindrical-coordinate representation of color #183139: hue angle of 194.55º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #183139 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB244957-
CMYK0.580.1400.78
HSL194.55º40.74%15.88%-
HSV(B)194.55º57.89%22.35%-
XYZ2.212.694.27-
YUV42.44136.22114.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.46%
GREEN value IS 49 (19.53% from 255) = 37.69%
BLUE value IS 57 (22.66% from 255) = 43.85%
R=18.46%
G=37.69%
B=43.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2449570.580.1400.78194.5540.7415.88
Hex1831393AE04Ec32910
Octal306171721601163035120
Binary110001100011110011110101110010011101100001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183139; }

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

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

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

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

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

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

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

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