Html Css Color HEX #112D32 Nordic

📋 copy color: '#112D32'

red 17 ◦ green 45 ◦ blue 50

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

Shades of Nordic #112D32

Tints of Nordic #112D32

RGB

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

 GREEN value IS 45 (17.97% from 255) = 40.18%

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

R = 15.18%
G = 40.18%
B = 44.64%

CMYK

 C value IS 0.66

 M value IS 0.10

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#112D32 (or 0x112D32) is known color: Nordic. HEX triplet: 11, 2D and 32. RGB value is (17,45,50). Sum of RGB (Red+Green+Blue) = 17+45+50=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 45 (17.97% from 255 or 40.18% from 112); Blue value is 50 (19.92% from 255 or 44.64% from 112); Max value from RGB is 50 - color contains mainly: blue. Hex color #112D32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112D32 is #EED2CD. Grayscale: #252525. Windows color (decimal): -15651534 or 3288337. OLE color: 3288337.

HSL color Cylindrical-coordinate representation of color #112D32: hue angle of 189.09º 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 #112D32 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 45 50 -
CMYK 0.66 0.10 0 0.80
HSL 189.09º 0.49% 0.13% -
HSV(B) 189.09º 0.66% 0.2% -
XYZ 1.75 2.23 3.36 -
YUV 37.2 135.22 113.59 -
System Red Green Blue C M Y K H S L
Decimal 17 45 50 0.66 0.10 0 0.80 189.09 0.49 0.13
Hex 11 2D 32 42 A 0 50 BD 31 D
Octal 21 55 62 102 12 0 120 275 61 15
Binary 10001 101101 110010 1000010 1010 0 1010000 10111101 110001 1101

Color Harmonies of #112D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112D32

Black with #112D32

Text Example


Text Example

White with #112D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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