Html Css Color HEX #113032 Nordic

📋 copy color: '#113032'

red 17 ◦ green 48 ◦ blue 50

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

Shades of Nordic #113032

Tints of Nordic #113032

RGB

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

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

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

R = 14.78%
G = 41.74%
B = 43.48%

CMYK

 C value IS 0.66

 M value IS 0.04

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#113032 (or 0x113032) is known color: Nordic. HEX triplet: 11, 30 and 32. RGB value is (17,48,50). Sum of RGB (Red+Green+Blue) = 17+48+50=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 50 (19.92% from 255 or 43.48% from 115); Max value from RGB is 50 - color contains mainly: blue. Hex color #113032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113032 is #EECFCD. Grayscale: #262626. Windows color (decimal): -15650766 or 3289105. OLE color: 3289105.

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

Color convert

RGB 17 48 50 -
CMYK 0.66 0.04 0 0.80
HSL 183.64º 0.49% 0.13% -
HSV(B) 183.64º 0.66% 0.2% -
XYZ 1.86 2.46 3.39 -
YUV 38.96 134.23 112.34 -
System Red Green Blue C M Y K H S L
Decimal 17 48 50 0.66 0.04 0 0.80 183.64 0.49 0.13
Hex 11 30 32 42 4 0 50 B8 31 D
Octal 21 60 62 102 4 0 120 270 61 15
Binary 10001 110000 110010 1000010 100 0 1010000 10111000 110001 1101

Color Harmonies of #113032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113032

Black with #113032

Text Example


Text Example

White with #113032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113032; }

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

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

background-color css

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

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

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

border-color css

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

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

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