Html Css Color HEX #16373F Nordic

📋 copy color: '#16373F'

red 22 ◦ green 55 ◦ blue 63

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

Shades of Nordic #16373F

Tints of Nordic #16373F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 45%

R = 15.71%
G = 39.29%
B = 45%

CMYK

 C value IS 0.65

 M value IS 0.13

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#16373F (or 0x16373F) is known color: Nordic. HEX triplet: 16, 37 and 3F. RGB value is (22,55,63). Sum of RGB (Red+Green+Blue) = 22+55+63=140 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.71% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 63 (25% from 255 or 45% from 140); Max value from RGB is 63 - color contains mainly: blue. Hex color #16373F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16373F is #E9C8C0. Grayscale: #2D2D2D. Windows color (decimal): -15321281 or 4142870. OLE color: 4142870.

HSL color Cylindrical-coordinate representation of color #16373F: hue angle of 191.71º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #16373F is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 22 55 63 -
CMYK 0.65 0.13 0 0.75
HSL 191.71º 0.48% 0.17% -
HSV(B) 191.71º 0.65% 0.25% -
XYZ 2.59 3.26 5.2 -
YUV 46.05 137.57 110.85 -
System Red Green Blue C M Y K H S L
Decimal 22 55 63 0.65 0.13 0 0.75 191.71 0.48 0.17
Hex 16 37 3F 41 D 0 4B C0 30 11
Octal 26 67 77 101 15 0 113 300 60 21
Binary 10110 110111 111111 1000001 1101 0 1001011 11000000 110000 10001

Color Harmonies of #16373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16373F

Black with #16373F

Text Example


Text Example

White with #16373F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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