Html Css Color HEX #112F31 Nordic

📋 copy color: '#112F31'

red 17 ◦ green 47 ◦ blue 49

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

Shades of Nordic #112F31

Tints of Nordic #112F31

RGB

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

 GREEN value IS 47 (18.75% from 255) = 41.59%

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

R = 15.04%
G = 41.59%
B = 43.36%

CMYK

 C value IS 0.65

 M value IS 0.04

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#112F31 (or 0x112F31) is known color: Nordic. HEX triplet: 11, 2F and 31. RGB value is (17,47,49). Sum of RGB (Red+Green+Blue) = 17+47+49=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 47 (18.75% from 255 or 41.59% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 49 - color contains mainly: blue. Hex color #112F31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112F31 is #EED0CE. Grayscale: #262626. Windows color (decimal): -15651023 or 3223313. OLE color: 3223313.

HSL color Cylindrical-coordinate representation of color #112F31: hue angle of 183.75º 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 #112F31 is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 47 49 -
CMYK 0.65 0.04 0 0.81
HSL 183.75º 0.48% 0.13% -
HSV(B) 183.75º 0.65% 0.19% -
XYZ 1.8 2.37 3.27 -
YUV 38.26 134.06 112.84 -
System Red Green Blue C M Y K H S L
Decimal 17 47 49 0.65 0.04 0 0.81 183.75 0.48 0.13
Hex 11 2F 31 41 4 0 51 B8 30 D
Octal 21 57 61 101 4 0 121 270 60 15
Binary 10001 101111 110001 1000001 100 0 1010001 10111000 110000 1101

Color Harmonies of #112F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112F31

Black with #112F31

Text Example


Text Example

White with #112F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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