Html Css Color HEX #112D31 Nordic

📋 copy color: '#112D31'

red 17 ◦ green 45 ◦ blue 49

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

Shades of Nordic #112D31

Tints of Nordic #112D31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 44.14%

R = 15.32%
G = 40.54%
B = 44.14%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#112D31 (or 0x112D31) is known color: Nordic. HEX triplet: 11, 2D and 31. RGB value is (17,45,49). Sum of RGB (Red+Green+Blue) = 17+45+49=111 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.32% from 111); Green value is 45 (17.97% from 255 or 40.54% from 111); Blue value is 49 (19.53% from 255 or 44.14% from 111); Max value from RGB is 49 - color contains mainly: blue. Hex color #112D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112D31 is #EED2CE. Grayscale: #252525. Windows color (decimal): -15651535 or 3222801. OLE color: 3222801.

HSL color Cylindrical-coordinate representation of color #112D31: hue angle of 187.5º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #112D31 is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 45 49 -
CMYK 0.65 0.08 0 0.81
HSL 187.5º 0.48% 0.13% -
HSV(B) 187.5º 0.65% 0.19% -
XYZ 1.72 2.22 3.24 -
YUV 37.08 134.72 113.67 -
System Red Green Blue C M Y K H S L
Decimal 17 45 49 0.65 0.08 0 0.81 187.5 0.48 0.13
Hex 11 2D 31 41 8 0 51 BC 30 D
Octal 21 55 61 101 10 0 121 274 60 15
Binary 10001 101101 110001 1000001 1000 0 1010001 10111100 110000 1101

Color Harmonies of #112D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112D31

Black with #112D31

Text Example


Text Example

White with #112D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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