Html Css Color HEX #113134 Nordic

📋 copy color: '#113134'

red 17 ◦ green 49 ◦ blue 52

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

Shades of Nordic #113134

Tints of Nordic #113134

RGB

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

 GREEN value IS 49 (19.53% from 255) = 41.53%

 BLUE value IS 52 (20.7% from 255) = 44.07%

R = 14.41%
G = 41.53%
B = 44.07%

CMYK

 C value IS 0.67

 M value IS 0.06

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#113134 (or 0x113134) is known color: Nordic. HEX triplet: 11, 31 and 34. RGB value is (17,49,52). Sum of RGB (Red+Green+Blue) = 17+49+52=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 52 (20.70% from 255 or 44.07% from 118); Max value from RGB is 52 - color contains mainly: blue. Hex color #113134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113134 is #EECECB. Grayscale: #272727. Windows color (decimal): -15650508 or 3420433. OLE color: 3420433.

HSL color Cylindrical-coordinate representation of color #113134: hue angle of 185.14º 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 #113134 is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 49 52 -
CMYK 0.67 0.06 0 0.80
HSL 185.14º 0.51% 0.14% -
HSV(B) 185.14º 0.67% 0.2% -
XYZ 1.95 2.56 3.64 -
YUV 39.77 134.9 111.76 -
System Red Green Blue C M Y K H S L
Decimal 17 49 52 0.67 0.06 0 0.80 185.14 0.51 0.14
Hex 11 31 34 43 6 0 50 B9 33 E
Octal 21 61 64 103 6 0 120 271 63 16
Binary 10001 110001 110100 1000011 110 0 1010000 10111001 110011 1110

Color Harmonies of #113134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113134

Black with #113134

Text Example


Text Example

White with #113134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113134; }

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

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

background-color css

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

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

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

border-color css

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

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

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