Html Css Color HEX #113131 Nordic

📋 copy color: '#113131'

red 17 ◦ green 49 ◦ blue 49

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

Shades of Nordic #113131

Tints of Nordic #113131

RGB

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

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

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

R = 14.78%
G = 42.61%
B = 42.61%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#113131 (or 0x113131) is known color: Nordic. HEX triplet: 11, 31 and 31. RGB value is (17,49,49). Sum of RGB (Red+Green+Blue) = 17+49+49=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 49 (19.53% from 255 or 42.61% from 115); Blue value is 49 (19.53% from 255 or 42.61% from 115); Max value from RGB is 49 - color contains mainly: green, blue. Hex color #113131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113131 is #EECECE. Grayscale: #272727. Windows color (decimal): -15650511 or 3223825. OLE color: 3223825.

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

Color convert

RGB 17 49 49 -
CMYK 0.65 0 0 0.81
HSL 180º 0.48% 0.13% -
HSV(B) 180º 0.65% 0.19% -
XYZ 1.88 2.54 3.3 -
YUV 39.43 133.4 112 -
System Red Green Blue C M Y K H S L
Decimal 17 49 49 0.65 0 0 0.81 180 0.48 0.13
Hex 11 31 31 41 0 0 51 B4 30 D
Octal 21 61 61 101 0 0 121 264 60 15
Binary 10001 110001 110001 1000001 0 0 1010001 10110100 110000 1101

Color Harmonies of #113131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113131

Black with #113131

Text Example


Text Example

White with #113131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113131; }

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

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

background-color css

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

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

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

border-color css

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

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

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