Html Css Color HEX #163238 Nordic

📋 copy color: '#163238'

red 22 ◦ green 50 ◦ blue 56

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

Shades of Nordic #163238

Tints of Nordic #163238

RGB

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

 GREEN value IS 50 (19.92% from 255) = 39.06%

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

R = 17.19%
G = 39.06%
B = 43.75%

CMYK

 C value IS 0.61

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#163238 (or 0x163238) is known color: Nordic. HEX triplet: 16, 32 and 38. RGB value is (22,50,56). Sum of RGB (Red+Green+Blue) = 22+50+56=128 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.19% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 56 (22.27% from 255 or 43.75% from 128); Max value from RGB is 56 - color contains mainly: blue. Hex color #163238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163238 is #E9CDC7. Grayscale: #2A2A2A. Windows color (decimal): -15322568 or 3682838. OLE color: 3682838.

HSL color Cylindrical-coordinate representation of color #163238: hue angle of 190.59º 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 #163238 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 22 50 56 -
CMYK 0.61 0.11 0 0.78
HSL 190.59º 0.44% 0.15% -
HSV(B) 190.59º 0.61% 0.22% -
XYZ 2.19 2.74 4.15 -
YUV 42.31 135.72 113.51 -
System Red Green Blue C M Y K H S L
Decimal 22 50 56 0.61 0.11 0 0.78 190.59 0.44 0.15
Hex 16 32 38 3D B 0 4E BF 2C F
Octal 26 62 70 75 13 0 116 277 54 17
Binary 10110 110010 111000 111101 1011 0 1001110 10111111 101100 1111

Color Harmonies of #163238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163238

Black with #163238

Text Example


Text Example

White with #163238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163238; }

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

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

background-color css

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

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

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

border-color css

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

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

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