Html Css Color HEX #112E32 Nordic

📋 copy color: '#112E32'

red 17 ◦ green 46 ◦ blue 50

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

Shades of Nordic #112E32

Tints of Nordic #112E32

RGB

 RED value IS 17 (7.03% from 255) = 15.04%

 GREEN value IS 46 (18.36% from 255) = 40.71%

 BLUE value IS 50 (19.92% from 255) = 44.25%

R = 15.04%
G = 40.71%
B = 44.25%

CMYK

 C value IS 0.66

 M value IS 0.08

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#112E32 (or 0x112E32) is known color: Nordic. HEX triplet: 11, 2E and 32. RGB value is (17,46,50). Sum of RGB (Red+Green+Blue) = 17+46+50=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 46 (18.36% from 255 or 40.71% from 113); Blue value is 50 (19.92% from 255 or 44.25% from 113); Max value from RGB is 50 - color contains mainly: blue. Hex color #112E32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112E32 is #EED1CD. Grayscale: #252525. Windows color (decimal): -15651278 or 3288593. OLE color: 3288593.

HSL color Cylindrical-coordinate representation of color #112E32: hue angle of 187.27º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #112E32 is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 46 50 -
CMYK 0.66 0.08 0 0.80
HSL 187.27º 0.49% 0.13% -
HSV(B) 187.27º 0.66% 0.2% -
XYZ 1.78 2.3 3.37 -
YUV 37.79 134.89 113.17 -
System Red Green Blue C M Y K H S L
Decimal 17 46 50 0.66 0.08 0 0.80 187.27 0.49 0.13
Hex 11 2E 32 42 8 0 50 BB 31 D
Octal 21 56 62 102 10 0 120 273 61 15
Binary 10001 101110 110010 1000010 1000 0 1010000 10111011 110001 1101

Color Harmonies of #112E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112E32

Black with #112E32

Text Example


Text Example

White with #112E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112E32; }

 p { color: rgb(17,46,50); }

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

background-color css

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

 a { background-color: rgb(17,46,50); }

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

border-color css

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

 span { border-color: rgb(17,46,50); }

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