Html Css Color HEX #183137 Nordic

📋 copy color: '#183137'

red 24 ◦ green 49 ◦ blue 55

#183137
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #183137

Tints of Nordic #183137

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 value IS 0.56

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#183137 (or 0x183137) is known color: 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

RGB 24 49 55 -
CMYK 0.56 0.11 0 0.78
HSL 191.61º 0.39% 0.15% -
HSV(B) 191.61º 0.56% 0.22% -
XYZ 2.16 2.67 4.02 -
YUV 42.21 135.22 115.01 -
System Red Green Blue C M Y K H S L
Decimal 24 49 55 0.56 0.11 0 0.78 191.61 0.39 0.15
Hex 18 31 37 38 B 0 4E C0 27 F
Octal 30 61 67 70 13 0 116 300 47 17
Binary 11000 110001 110111 111000 1011 0 1001110 11000000 100111 1111

Color Harmonies of #183137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183137

Black with #183137

Text Example


Text Example

White with #183137

Text Example


Text Example

HTML Codes & Css Web 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>