Html Css Color HEX #183940 Nordic

📋 copy color: '#183940'

red 24 ◦ green 57 ◦ blue 64

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

Shades of Nordic #183940

Tints of Nordic #183940

RGB

 RED value IS 24 (9.77% from 255) = 16.55%

 GREEN value IS 57 (22.66% from 255) = 39.31%

 BLUE value IS 64 (25.39% from 255) = 44.14%

R = 16.55%
G = 39.31%
B = 44.14%

CMYK

 C value IS 0.62

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#183940 (or 0x183940) is known color: Nordic. HEX triplet: 18, 39 and 40. RGB value is (24,57,64). Sum of RGB (Red+Green+Blue) = 24+57+64=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 57 (22.66% from 255 or 39.31% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 64 - color contains mainly: blue. Hex color #183940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183940 is #E7C6BF. Grayscale: #2F2F2F. Windows color (decimal): -15189696 or 4208920. OLE color: 4208920.

HSL color Cylindrical-coordinate representation of color #183940: hue angle of 190.5º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #183940 is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 57 64 -
CMYK 0.62 0.11 0 0.75
HSL 190.5º 0.45% 0.17% -
HSV(B) 190.5º 0.63% 0.25% -
XYZ 2.77 3.49 5.38 -
YUV 47.93 137.07 110.93 -
System Red Green Blue C M Y K H S L
Decimal 24 57 64 0.62 0.11 0 0.75 190.5 0.45 0.17
Hex 18 39 40 3E B 0 4B BE 2D 11
Octal 30 71 100 76 13 0 113 276 55 21
Binary 11000 111001 1000000 111110 1011 0 1001011 10111110 101101 10001

Color Harmonies of #183940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183940

Black with #183940

Text Example


Text Example

White with #183940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183940; }

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

 H1.HeaderClassName
 {
   color: #183940;
 }
 .AnyTagClassName
 {
   color: #183940;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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