Html Css Color HEX #113031 Nordic

📋 copy color: '#113031'

red 17 ◦ green 48 ◦ blue 49

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

Shades of Nordic #113031

Tints of Nordic #113031

RGB

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

 GREEN value IS 48 (19.14% from 255) = 42.11%

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

R = 14.91%
G = 42.11%
B = 42.98%

CMYK

 C value IS 0.65

 M value IS 0.02

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#113031 (or 0x113031) is known color: Nordic. HEX triplet: 11, 30 and 31. RGB value is (17,48,49). Sum of RGB (Red+Green+Blue) = 17+48+49=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 48 (19.14% from 255 or 42.11% from 114); Blue value is 49 (19.53% from 255 or 42.98% from 114); Max value from RGB is 49 - color contains mainly: blue. Hex color #113031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113031 is #EECFCE. Grayscale: #262626. Windows color (decimal): -15650767 or 3223569. OLE color: 3223569.

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

Color convert

RGB 17 48 49 -
CMYK 0.65 0.02 0 0.81
HSL 181.88º 0.48% 0.13% -
HSV(B) 181.88º 0.65% 0.19% -
XYZ 1.84 2.45 3.28 -
YUV 38.85 133.73 112.42 -
System Red Green Blue C M Y K H S L
Decimal 17 48 49 0.65 0.02 0 0.81 181.88 0.48 0.13
Hex 11 30 31 41 2 0 51 B6 30 D
Octal 21 60 61 101 2 0 121 266 60 15
Binary 10001 110000 110001 1000001 10 0 1010001 10110110 110000 1101

Color Harmonies of #113031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113031

Black with #113031

Text Example


Text Example

White with #113031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113031; }

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

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

background-color css

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

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

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

border-color css

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

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

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