Html Css Color HEX #163138 Nordic

📋 copy color: '#163138'

red 22 ◦ green 49 ◦ blue 56

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

Shades of Nordic #163138

Tints of Nordic #163138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 44.09%

R = 17.32%
G = 38.58%
B = 44.09%

CMYK

 C value IS 0.61

 M value IS 0.12

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#163138 (or 0x163138) is known color: Nordic. HEX triplet: 16, 31 and 38. RGB value is (22,49,56). Sum of RGB (Red+Green+Blue) = 22+49+56=127 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.32% from 127); Green value is 49 (19.53% from 255 or 38.58% from 127); Blue value is 56 (22.27% from 255 or 44.09% from 127); Max value from RGB is 56 - color contains mainly: blue. Hex color #163138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163138 is #E9CEC7. Grayscale: #292929. Windows color (decimal): -15322824 or 3682582. OLE color: 3682582.

HSL color Cylindrical-coordinate representation of color #163138: hue angle of 192.35º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #163138 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 22 49 56 -
CMYK 0.61 0.12 0 0.78
HSL 192.35º 0.44% 0.15% -
HSV(B) 192.35º 0.61% 0.22% -
XYZ 2.14 2.65 4.14 -
YUV 41.73 136.05 113.93 -
System Red Green Blue C M Y K H S L
Decimal 22 49 56 0.61 0.12 0 0.78 192.35 0.44 0.15
Hex 16 31 38 3D C 0 4E C0 2C F
Octal 26 61 70 75 14 0 116 300 54 17
Binary 10110 110001 111000 111101 1100 0 1001110 11000000 101100 1111

Color Harmonies of #163138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163138

Black with #163138

Text Example


Text Example

White with #163138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163138; }

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

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

background-color css

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

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

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

border-color css

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

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

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