Html Css Color HEX #113132 Nordic

📋 copy color: '#113132'

red 17 ◦ green 49 ◦ blue 50

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

Shades of Nordic #113132

Tints of Nordic #113132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 43.1%

R = 14.66%
G = 42.24%
B = 43.1%

CMYK

 C value IS 0.66

 M value IS 0.02

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#113132 (or 0x113132) is known color: Nordic. HEX triplet: 11, 31 and 32. RGB value is (17,49,50). Sum of RGB (Red+Green+Blue) = 17+49+50=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 50 (19.92% from 255 or 43.10% from 116); Max value from RGB is 50 - color contains mainly: blue. Hex color #113132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113132 is #EECECD. Grayscale: #272727. Windows color (decimal): -15650510 or 3289361. OLE color: 3289361.

HSL color Cylindrical-coordinate representation of color #113132: hue angle of 181.82º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #113132 is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 49 50 -
CMYK 0.66 0.02 0 0.80
HSL 181.82º 0.49% 0.13% -
HSV(B) 181.82º 0.66% 0.2% -
XYZ 1.91 2.55 3.41 -
YUV 39.55 133.9 111.92 -
System Red Green Blue C M Y K H S L
Decimal 17 49 50 0.66 0.02 0 0.80 181.82 0.49 0.13
Hex 11 31 32 42 2 0 50 B6 31 D
Octal 21 61 62 102 2 0 120 266 61 15
Binary 10001 110001 110010 1000010 10 0 1010000 10110110 110001 1101

Color Harmonies of #113132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113132

Black with #113132

Text Example


Text Example

White with #113132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113132; }

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

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

background-color css

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

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

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

border-color css

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

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

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