#112F34

Color #112F34 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #112F34

Tints of Nordic #112F34

Color information

#112F34 (or 0x112F34) is unknown color: approx Nordic. HEX triplet: 11, 2F and 34. RGB value is (17,47,52). Sum of RGB (Red+Green+Blue) = 17+47+52=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 47 (18.75% from 255 or 40.52% from 116); Blue value is 52 (20.70% from 255 or 44.83% from 116); Max value from RGB is 52 - color contains mainly: blue. Hex color #112F34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112F34 is #EED0CB. Grayscale: #262626. Windows color (decimal): -15651020 or 3419921. OLE color: 3419921.

HSL color Cylindrical-coordinate representation of color #112F34: hue angle of 188.57º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #112F34 is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB174752-
CMYK0.670.1000.80
HSL188.57º50.72%13.53%-
HSV(B)188.57º67.31%20.39%-
XYZ1.872.43.61-
YUV38.6135.56112.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.66%
GREEN value IS 47 (18.75% from 255) = 40.52%
BLUE value IS 52 (20.70% from 255) = 44.83%
R=14.66%
G=40.52%
B=44.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1747520.670.1000.80188.5750.7213.53
Hex112F3443A050bd33e
Octal2157641031201202756316
Binary100011011111101001000011101001010000101111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #112F34;
 }
 .AnyTagClassName
 {
   color: #112F34;
 }
</style>
background-color css

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

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

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

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

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

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