Html Css Color HEX #163136 Nordic

📋 copy color: '#163136'

red 22 ◦ green 49 ◦ blue 54

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

Shades of Nordic #163136

Tints of Nordic #163136

RGB

 RED value IS 22 (8.98% from 255) = 17.6%

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

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

R = 17.6%
G = 39.2%
B = 43.2%

CMYK

 C value IS 0.59

 M value IS 0.09

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#163136 (or 0x163136) is known color: Nordic. HEX triplet: 16, 31 and 36. RGB value is (22,49,54). Sum of RGB (Red+Green+Blue) = 22+49+54=125 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.6% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 54 (21.48% from 255 or 43.2% from 125); Max value from RGB is 54 - color contains mainly: blue. Hex color #163136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163136 is #E9CEC9. Grayscale: #292929. Windows color (decimal): -15322826 or 3551510. OLE color: 3551510.

HSL color Cylindrical-coordinate representation of color #163136: hue angle of 189.38º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #163136 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 22 49 54 -
CMYK 0.59 0.09 0 0.79
HSL 189.38º 0.42% 0.15% -
HSV(B) 189.38º 0.59% 0.21% -
XYZ 2.1 2.63 3.89 -
YUV 41.5 135.05 114.09 -
System Red Green Blue C M Y K H S L
Decimal 22 49 54 0.59 0.09 0 0.79 189.38 0.42 0.15
Hex 16 31 36 3B 9 0 4F BD 2A F
Octal 26 61 66 73 11 0 117 275 52 17
Binary 10110 110001 110110 111011 1001 0 1001111 10111101 101010 1111

Color Harmonies of #163136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163136

Black with #163136

Text Example


Text Example

White with #163136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163136; }

 p { color: rgb(22,49,54); }

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

background-color css

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

 a { background-color: rgb(22,49,54); }

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

border-color css

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

 span { border-color: rgb(22,49,54); }

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