Html Css Color HEX #113336 Nordic

📋 copy color: '#113336'

red 17 ◦ green 51 ◦ blue 54

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

Shades of Nordic #113336

Tints of Nordic #113336

RGB

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

 GREEN value IS 51 (20.31% from 255) = 41.8%

 BLUE value IS 54 (21.48% from 255) = 44.26%

R = 13.93%
G = 41.8%
B = 44.26%

CMYK

 C value IS 0.69

 M value IS 0.06

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#113336 (or 0x113336) is known color: Nordic. HEX triplet: 11, 33 and 36. RGB value is (17,51,54). Sum of RGB (Red+Green+Blue) = 17+51+54=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 54 (21.48% from 255 or 44.26% from 122); Max value from RGB is 54 - color contains mainly: blue. Hex color #113336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113336 is #EECCC9. Grayscale: #292929. Windows color (decimal): -15649994 or 3552017. OLE color: 3552017.

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

Color convert

RGB 17 51 54 -
CMYK 0.69 0.06 0 0.79
HSL 184.86º 0.52% 0.14% -
HSV(B) 184.86º 0.69% 0.21% -
XYZ 2.08 2.75 3.91 -
YUV 41.18 135.24 110.76 -
System Red Green Blue C M Y K H S L
Decimal 17 51 54 0.69 0.06 0 0.79 184.86 0.52 0.14
Hex 11 33 36 45 6 0 4F B9 34 E
Octal 21 63 66 105 6 0 117 271 64 16
Binary 10001 110011 110110 1000101 110 0 1001111 10111001 110100 1110

Color Harmonies of #113336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113336

Black with #113336

Text Example


Text Example

White with #113336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113336; }

 p { color: rgb(17,51,54); }

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

background-color css

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

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

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

border-color css

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

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

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