Html Css Color HEX #16373B Nordic

📋 copy color: '#16373B'

red 22 ◦ green 55 ◦ blue 59

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

Shades of Nordic #16373B

Tints of Nordic #16373B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 40.44%

 BLUE value IS 59 (23.44% from 255) = 43.38%

R = 16.18%
G = 40.44%
B = 43.38%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#16373B (or 0x16373B) is known color: Nordic. HEX triplet: 16, 37 and 3B. RGB value is (22,55,59). Sum of RGB (Red+Green+Blue) = 22+55+59=136 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.18% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 59 (23.44% from 255 or 43.38% from 136); Max value from RGB is 59 - color contains mainly: blue. Hex color #16373B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16373B is #E9C8C4. Grayscale: #2D2D2D. Windows color (decimal): -15321285 or 3880726. OLE color: 3880726.

HSL color Cylindrical-coordinate representation of color #16373B: hue angle of 186.49º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #16373B is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 22 55 59 -
CMYK 0.63 0.07 0 0.77
HSL 186.49º 0.46% 0.16% -
HSV(B) 186.49º 0.63% 0.23% -
XYZ 2.49 3.22 4.63 -
YUV 45.59 135.57 111.17 -
System Red Green Blue C M Y K H S L
Decimal 22 55 59 0.63 0.07 0 0.77 186.49 0.46 0.16
Hex 16 37 3B 3F 7 0 4D BA 2E 10
Octal 26 67 73 77 7 0 115 272 56 20
Binary 10110 110111 111011 111111 111 0 1001101 10111010 101110 10000

Color Harmonies of #16373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16373B

Black with #16373B

Text Example


Text Example

White with #16373B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16373B; }

 p { color: rgb(22,55,59); }

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

background-color css

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

 a { background-color: rgb(22,55,59); }

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

border-color css

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

 span { border-color: rgb(22,55,59); }

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