Html Css Color HEX #113135 Nordic

📋 copy color: '#113135'

red 17 ◦ green 49 ◦ blue 53

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

Shades of Nordic #113135

Tints of Nordic #113135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 44.54%

R = 14.29%
G = 41.18%
B = 44.54%

CMYK

 C value IS 0.68

 M value IS 0.08

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#113135 (or 0x113135) is known color: Nordic. HEX triplet: 11, 31 and 35. RGB value is (17,49,53). Sum of RGB (Red+Green+Blue) = 17+49+53=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 53 (21.09% from 255 or 44.54% from 119); Max value from RGB is 53 - color contains mainly: blue. Hex color #113135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113135 is #EECECA. Grayscale: #272727. Windows color (decimal): -15650507 or 3485969. OLE color: 3485969.

HSL color Cylindrical-coordinate representation of color #113135: hue angle of 186.67º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #113135 is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 17 49 53 -
CMYK 0.68 0.08 0 0.79
HSL 186.67º 0.51% 0.14% -
HSV(B) 186.67º 0.68% 0.21% -
XYZ 1.97 2.57 3.76 -
YUV 39.89 135.4 111.67 -
System Red Green Blue C M Y K H S L
Decimal 17 49 53 0.68 0.08 0 0.79 186.67 0.51 0.14
Hex 11 31 35 44 8 0 4F BB 33 E
Octal 21 61 65 104 10 0 117 273 63 16
Binary 10001 110001 110101 1000100 1000 0 1001111 10111011 110011 1110

Color Harmonies of #113135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113135

Black with #113135

Text Example


Text Example

White with #113135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113135; }

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

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

background-color css

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

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

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

border-color css

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

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

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